Skip to content

Commit 5b54dbe

Browse files
committed
adf
1 parent b775715 commit 5b54dbe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/shared-actions/windows-bazel-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
(cd $runfiles_dir/_main && ${{steps.init_wsl.outputs.cmd_path}} /C "mklink /D external ..")
8181
8282
- name: Run tests
83-
# Note: This is Git Bash.
83+
# Note: This is Git Bash.`
8484
shell: bash
8585
env:
8686
BAZEL_BINDIR: '.'

scripts/windows-testing/parallel-executor.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ async function main() {
3838
FORCE_COLOR: '3',
3939
// Needed by `rules_js`
4040
BAZEL_BINDIR: '.',
41+
// Needed to run the E2E in a different temp path.
42+
E2E_TEMP: process.env.E2E_TEMP,
4143
},
4244
},
4345
(s) => (progress[i] = s),

0 commit comments

Comments
 (0)