Skip to content

Commit 8cb6b74

Browse files
committed
fixup! amend! ci(win test): deal better with hanging tests
1 parent 338dd98 commit 8cb6b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 2
5959
run: . /etc/profile && ci/run-test-slice.sh 0 1
6060
- name: handle timed-out tests
61-
if: steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
61+
if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
6262
shell: bash
6363
run: . /etc/profile && . ci/lib.sh && { handle_failed_test || test $? = 1; }
6464
- name: print test failures

0 commit comments

Comments
 (0)