Skip to content

Commit

Permalink
Switch from test reporter to basic artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKotsenas committed May 30, 2024
1 parent 1edaf28 commit 40eb120
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,12 @@ jobs:
run: dotnet test --no-build --configuration Release

- name: Publish Test Report
uses: dorny/test-reporter@v1
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: .NET Test Report (${{ matrix.os }})
name: .NET Test Reports (${{ matrix.os }})
path: "artifacts/TestResults/**/*.trx"
reporter: dotnet-trx
fail-on-error: true
fail-on-empty: true
if-no-files-found: error

- name: Upload binlogs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 40eb120

Please sign in to comment.