We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b775715 commit 5b54dbeCopy full SHA for 5b54dbe
.github/shared-actions/windows-bazel-test/action.yml
@@ -80,7 +80,7 @@ runs:
80
(cd $runfiles_dir/_main && ${{steps.init_wsl.outputs.cmd_path}} /C "mklink /D external ..")
81
82
- name: Run tests
83
- # Note: This is Git Bash.
+ # Note: This is Git Bash.`
84
shell: bash
85
env:
86
BAZEL_BINDIR: '.'
scripts/windows-testing/parallel-executor.mjs
@@ -38,6 +38,8 @@ async function main() {
38
FORCE_COLOR: '3',
39
// Needed by `rules_js`
40
BAZEL_BINDIR: '.',
41
+ // Needed to run the E2E in a different temp path.
42
+ E2E_TEMP: process.env.E2E_TEMP,
43
},
44
45
(s) => (progress[i] = s),
0 commit comments