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 b73d70a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

name: .NET

permissions:
checks: write
pull-requests: write

on:
push:
branches: [ "main" ]
Expand Down Expand Up @@ -46,3 +50,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 b73d70a

Please sign in to comment.