We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb6b74 commit 746c219Copy full SHA for 746c219
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: handle timed-out tests
61
if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
62
shell: bash
63
- run: . /etc/profile && . ci/lib.sh && { handle_failed_test || test $? = 1; }
+ run: . /etc/profile && . ci/lib.sh && { handle_failed_tests || test $? = 1; }
64
- name: print test failures
65
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
66
0 commit comments