Skip to content

Commit

Permalink
ci: remove test report as it fails on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Oct 4, 2024
1 parent f709c88 commit 07e171c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,18 +143,7 @@ jobs:
dotnet tool restore
- name: 🧪 Run unit tests
run: dotnet test -c release --no-restore -p:VSTestUseMSBuildOutput=false --logger "trx"

- name: 🛒 Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: 'CI Test Results ${{ matrix.os }}'
reporter: 'dotnet-trx'
list-tests: 'failed'
list-suites: 'failed'
path: '**/*.trx'
fail-on-error: false
run: dotnet test -c release --no-restore

- name: 📛 Upload hang- and crash-dumps on test failure
if: success() || failure()
Expand Down

0 comments on commit 07e171c

Please sign in to comment.