We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338dd98 commit 8cb6b74Copy full SHA for 8cb6b74
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
timeout-minutes: 2
59
run: . /etc/profile && ci/run-test-slice.sh 0 1
60
- name: handle timed-out tests
61
- if: steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
+ 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; }
64
- name: print test failures
0 commit comments