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 @@ -261,10 +261,8 @@ jobs:
261
261
- uses : actions/checkout@v3
262
262
- run : ci/install-dependencies.sh
263
263
- run : ci/run-build-and-tests.sh
264
- - name : print test failures
264
+ - run : ci/ print- test- failures.sh
265
265
if : failure() && env.FAILED_TEST_ARTIFACTS != ''
266
- shell : bash
267
- run : ci/print-test-failures.sh
268
266
- name : Upload failed tests' directories
269
267
if : failure() && env.FAILED_TEST_ARTIFACTS != ''
270
268
uses : actions/upload-artifact@v2
@@ -297,10 +295,8 @@ jobs:
297
295
if : matrix.vector.jobname == 'linux32'
298
296
- run : ci/install-docker-dependencies.sh
299
297
- run : ci/run-build-and-tests.sh
300
- - name : print test failures
298
+ - run : ci/ print- test- failures.sh
301
299
if : failure() && env.FAILED_TEST_ARTIFACTS != ''
302
- shell : bash
303
- run : ci/print-test-failures.sh
304
300
- name : Upload failed tests' directories
305
301
if : failure() && env.FAILED_TEST_ARTIFACTS != ''
306
302
uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments