Skip to content

Commit 746c219

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: handle timed-out tests
6161
if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
6262
shell: bash
63-
run: . /etc/profile && . ci/lib.sh && { handle_failed_test || test $? = 1; }
63+
run: . /etc/profile && . ci/lib.sh && { handle_failed_tests || test $? = 1; }
6464
- name: print test failures
6565
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
6666
shell: bash

0 commit comments

Comments
 (0)