Skip to content

Commit

Permalink
Fix test step in workflow (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Oct 19, 2024
1 parent c031efe commit 91a1d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet build -c Release --no-restore

- name: Test
run: dotnet test --no-restore -v normal -c Release -r test-results -l trx
run: dotnet test --no-restore -v normal -c Release --results-directory test-results -l trx

- name: Upload Test Results
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down

0 comments on commit 91a1d91

Please sign in to comment.