Skip to content

Commit 07e171c

Browse files
committed
ci: remove test report as it fails on PRs
1 parent f709c88 commit 07e171c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,7 @@ jobs:
143143
dotnet tool restore
144144
145145
- name: 🧪 Run unit tests
146-
run: dotnet test -c release --no-restore -p:VSTestUseMSBuildOutput=false --logger "trx"
147-
148-
- name: 🛒 Test Report
149-
uses: dorny/test-reporter@v1
150-
if: success() || failure()
151-
with:
152-
name: 'CI Test Results ${{ matrix.os }}'
153-
reporter: 'dotnet-trx'
154-
list-tests: 'failed'
155-
list-suites: 'failed'
156-
path: '**/*.trx'
157-
fail-on-error: false
146+
run: dotnet test -c release --no-restore
158147

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

0 commit comments

Comments
 (0)