Skip to content

Commit 85f9933

Browse files
committed
Merge branch 'js/ci-show-breakage-in-dockerized-jobs'
Dockerised jobs at the GitHub Actions CI have been taught to show more details of failed tests. * js/ci-show-breakage-in-dockerized-jobs: ci(dockerized): do show the result of failing tests again
2 parents 77f8d99 + 0458e8b commit 85f9933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
- run: ci/install-dependencies.sh
444444
- run: useradd builder --create-home
445445
- run: chown -R builder .
446-
- run: sudo --preserve-env --set-home --user=builder ci/run-build-and-tests.sh
446+
- run: chmod a+w $GITHUB_ENV && sudo --preserve-env --set-home --user=builder ci/run-build-and-tests.sh
447447
- name: print test failures
448448
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
449449
run: sudo --preserve-env --set-home --user=builder ci/print-test-failures.sh

0 commit comments

Comments
 (0)