Skip to content

Commit 2938325

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge branch 'fix-failure-reporting-in-dockerized-ci'
This fixes a major regression in debuggability. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents f6427a2 + d372615 commit 2938325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
- run: ci/install-dependencies.sh
437437
- run: useradd builder --create-home
438438
- run: chown -R builder .
439-
- run: sudo --preserve-env --set-home --user=builder ci/run-build-and-tests.sh
439+
- run: chmod o+w $GITHUB_ENV && sudo --preserve-env --set-home --user=builder ci/run-build-and-tests.sh
440440
- name: print test failures
441441
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
442442
run: sudo --preserve-env --set-home --user=builder ci/print-test-failures.sh

0 commit comments

Comments
 (0)