Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Jan 6, 2025
1 parent ddb1c89 commit 8d40491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Build
run: dotnet build --no-restore --verbosity normal
- name: Test
run: dotnet test --no-restore --verbosity normal --logger trx --results-directory test-results/
run: dotnet test --no-restore -- --results-directory test-results/ --report-xunit-trx
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8d40491

Please sign in to comment.