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