diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 674b59a704bb4b..3f144f85d22363 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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