Skip to content

Commit

Permalink
fix missing path
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson authored Jan 13, 2025
1 parent fec4139 commit 8bd66fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- id: test
name: Test
run: |
mkdir TestResults
dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --logger trx --results-directory TestResults
dotnet tool install -g trx2junit
trx2junit TestResults/*.trx
Expand Down

0 comments on commit 8bd66fc

Please sign in to comment.