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:
265265 - uses : actions/checkout@v3
266266 - run : ci/install-dependencies.sh
267267 - run : ci/run-build-and-tests.sh
268- - name : print test failures
268+ - run : ci/ print- test- failures.sh
269269 if : failure() && env.FAILED_TEST_ARTIFACTS != ''
270- shell : bash
271- run : ci/print-test-failures.sh
272270 - name : Upload failed tests' directories
273271 if : failure() && env.FAILED_TEST_ARTIFACTS != ''
274272 uses : actions/upload-artifact@v2
@@ -300,10 +298,8 @@ jobs:
300298 if : matrix.vector.jobname == 'linux32'
301299 - run : ci/install-docker-dependencies.sh
302300 - run : ci/run-build-and-tests.sh
303- - name : print test failures
301+ - run : ci/ print- test- failures.sh
304302 if : failure() && env.FAILED_TEST_ARTIFACTS != ''
305- shell : bash
306- run : ci/print-test-failures.sh
307303 - name : Upload failed tests' directories
308304 if : failure() && env.FAILED_TEST_ARTIFACTS != ''
309305 uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments