Skip to content

Commit

Permalink
publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed Dec 7, 2024
1 parent ca861a0 commit c3f6724
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ jobs:
--configuration Release
--coverage
--report-trx
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
**/*.trx

0 comments on commit c3f6724

Please sign in to comment.