Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vb2ae authored Nov 11, 2023
1 parent 785b9f2 commit 2077ab2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ jobs:
run: msbuild src\caliburn.micro.sln /t:Build
- name: Dotnet Tests
uses: EasyDesk/action-dotnet-test@v1.0.0
with:
# (Optional) The root where the 'dotnet test' command should look for a project or a solution.
# If not specified, defaults to the current directory.
path: src\caliburn.micro.sln
# (Optional) Additional command line arguments to be passed to 'dotnet test'.
# Emtpy by default.
# test-args: '<additional-test-args>'


# (Optional) Whether to skip the build using the '--no-build' flag.
# If not specified, defaults to true.
skip-build: true


0 comments on commit 2077ab2

Please sign in to comment.