Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKee authored Feb 6, 2025
1 parent 1303367 commit 477bddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:

- name: 'Test'
id: test
run: dotnet test --no-build --restore --collect:"XPlat Code Coverage" --logger junit
#run: dotnet test --no-build --restore --collect:"XPlat Code Coverage" --logger junit
run: dotnet test --configuration release --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"

- name: 'Create test summary'
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
Expand Down

0 comments on commit 477bddc

Please sign in to comment.