Skip to content

Commit c938637

Browse files
committed
ds
1 parent 53f63f3 commit c938637

File tree

1 file changed

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

1 file changed

+1
-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
@@ -33,7 +33,7 @@ runs:
3333
$runfiles_dir = "./dist/bin/tests/legacy-cli/${{inputs.test_target_name}}_/${{inputs.test_target_name}}.bat.runfiles"
3434
3535
# Make symlinks compatible on Windows
36-
node scripts/windows-testing/convert-symlinks.mjs $runfiles_dir
36+
node ./scripts/windows-testing/convert-symlinks.mjs $runfiles_dir
3737
3838
# Needed for resolution because Aspect/Bazel looks for repositories at `<workspace>/external`.
3939
# TODO(devversion): consult with Aspect on why this is needed.

0 commit comments

Comments
 (0)