We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52627f commit 2d92846Copy full SHA for 2d92846
1 file changed
.github/workflows/main.yml
@@ -36,10 +36,9 @@ jobs:
36
# show-log: true
37
- name: Test
38
run: vstest.console.exe /logger:"trx;LogFileName=test_results.trx" Build\Output\Release\net4.8\Tests.dll
39
- continue-on-error: true
40
- name: Test Report
41
uses: dorny/test-reporter@v1.6.0
42
- if: success() || failure() # run this step even if previous step failed
+ if: always() # run this step even if previous step failed
43
with:
44
name: MSTests
45
path: TestResults/test_results.trx
0 commit comments