Skip to content

Commit

Permalink
Switch back to Dorny and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
seamasmcgettrick committed Aug 30, 2023
1 parent 5701aad commit 3a80bb8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
- name: Test
run: dotnet test --configuration Release --no-build --verbosity normal --logger:"trx;"
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
uses: dorny/test-reporter@v1
if: always()
with:
files: |
"**/*.trx"
name: Test Results
path: "**/*.trx"
reporter: dotnet-trx
fail-on-error: true

0 comments on commit 3a80bb8

Please sign in to comment.