File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
.github/shared-actions/windows-bazel-test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5050 run : |
5151 cd ${{steps.init_wsl.outputs.repo_path}}
5252 tar -cf /tmp/test.tar.gz dist/bin/tests/legacy-cli/${{inputs.test_target_name}}_
53+ # Use D:\ instead of C:\ to improve performance. See: https://github.com/actions/runner-images/issues/12744
5354 mkdir /mnt/d/test
55+ mkdir /mnt/d/test/tmp_dir
5456 mv /tmp/test.tar.gz /mnt/d/test
5557 (cd /mnt/d/test && tar -xf /mnt/d/test/test.tar.gz)
5658
7880 BAZEL_BINDIR : ' .'
7981 working-directory : " D:\\ test"
8082 run : |
81- mkdir D:\test_tmp
8283 node "${{github.workspace}}\\scripts\\windows-testing\\parallel-executor.mjs" \
8384 $PWD/dist/bin/tests/legacy-cli/${{inputs.test_target_name}}_/${{inputs.test_target_name}}.bat.runfiles \
8485 ${{inputs.test_target_name}} --tmpdir="D:\test_tmp" \
You can’t perform that action at this time.
0 commit comments