Skip to content

Commit

Permalink
fixup! amend! ci(win test): deal better with hanging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Dec 3, 2023
1 parent 8cb6b74 commit 746c219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: handle timed-out tests
if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
shell: bash
run: . /etc/profile && . ci/lib.sh && { handle_failed_test || test $? = 1; }
run: . /etc/profile && . ci/lib.sh && { handle_failed_tests || test $? = 1; }
- name: print test failures
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
shell: bash
Expand Down

0 comments on commit 746c219

Please sign in to comment.