Skip to content

Commit 27c4337

Browse files
committed
d
1 parent 591b381 commit 27c4337

File tree

1 file changed

+3
-2
lines changed
  • .github/shared-actions/windows-bazel-test

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
tar -cf /tmp/test.tar.gz dist/bin/tests/legacy-cli/${{inputs.test_target_name}}_
5959
# Use D:\ instead of C:\ to improve performance. See: https://github.com/actions/runner-images/issues/12744
6060
mkdir /mnt/d/test
61-
mkdir /mnt/d/test/tmp_dir
61+
mkdir /mnt/d/tmp_dir
6262
mv /tmp/test.tar.gz /mnt/d/test
6363
(cd /mnt/d/test && tar -xf /mnt/d/test/test.tar.gz)
6464
@@ -84,9 +84,10 @@ runs:
8484
shell: bash
8585
env:
8686
BAZEL_BINDIR: '.'
87+
E2E_TEMP: 'D:\\tmp_dir'
8788
working-directory: "D:\\test"
8889
run: |
8990
node "${{github.workspace}}\\scripts\\windows-testing\\parallel-executor.mjs" \
9091
$PWD/dist/bin/tests/legacy-cli/${{inputs.test_target_name}}_/${{inputs.test_target_name}}.bat.runfiles \
91-
${{inputs.test_target_name}} --tmpdir="D:\test\test_tmp" \
92+
${{inputs.test_target_name}}\
9293
"${{inputs.test_args}}" \

0 commit comments

Comments
 (0)