Skip to content

Commit 2d92846

Browse files
committed
Fixed failed test reported as passed
1 parent c52627f commit 2d92846

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
# show-log: true
3737
- name: Test
3838
run: vstest.console.exe /logger:"trx;LogFileName=test_results.trx" Build\Output\Release\net4.8\Tests.dll
39-
continue-on-error: true
4039
- name: Test Report
4140
uses: dorny/test-reporter@v1.6.0
42-
if: success() || failure() # run this step even if previous step failed
41+
if: always() # run this step even if previous step failed
4342
with:
4443
name: MSTests
4544
path: TestResults/test_results.trx

0 commit comments

Comments
 (0)