We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f709c88 commit 07e171cCopy full SHA for 07e171c
.github/workflows/ci.yml
@@ -143,18 +143,7 @@ jobs:
143
dotnet tool restore
144
145
- 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
+ run: dotnet test -c release --no-restore
158
159
- name: 📛 Upload hang- and crash-dumps on test failure
160
if: success() || failure()
0 commit comments