File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -265,8 +265,9 @@ jobs:
265
265
- uses : actions/checkout@v3
266
266
- run : ci/install-dependencies.sh
267
267
- run : ci/run-build-and-tests.sh
268
- - run : ci/ print- test- failures.sh
268
+ - name : print test failures
269
269
if : failure() && env.FAILED_TEST_ARTIFACTS != ''
270
+ run : ci/print-test-failures.sh
270
271
- name : Upload failed tests' directories
271
272
if : failure() && env.FAILED_TEST_ARTIFACTS != ''
272
273
uses : actions/upload-artifact@v3
@@ -298,8 +299,9 @@ jobs:
298
299
if : matrix.vector.jobname == 'linux32'
299
300
- run : ci/install-docker-dependencies.sh
300
301
- run : ci/run-build-and-tests.sh
301
- - run : ci/ print- test- failures.sh
302
+ - name : print test failures
302
303
if : failure() && env.FAILED_TEST_ARTIFACTS != ''
304
+ run : ci/print-test-failures.sh
303
305
- name : Upload failed tests' directories
304
306
if : failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname != 'linux32'
305
307
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments