Skip to content

Commit

Permalink
Do not rebuild when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairs committed Apr 21, 2024
1 parent 81656a1 commit 1f7f5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --logger trx --results-directory "TestResults-9.0.x"
run: dotnet test --no-build --logger trx --results-directory "TestResults-9.0.x"
- name: Upload test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1f7f5b8

Please sign in to comment.