Skip to content

Commit a64bf54

Browse files
committed
Merge branch 'ab/ci-musl-bash-fix'
CI fix. * ab/ci-musl-bash-fix: CI: don't explicitly pick "bash" shell outside of Windows, fix regression
2 parents 9044a39 + d8b21a0 commit a64bf54

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)