Skip to content

Commit

Permalink
Update dotnet-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvamartin authored Feb 28, 2024
1 parent 50d8948 commit 9b81c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build */*.sln --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 9b81c83

Please sign in to comment.