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 53f63f3 commit c938637Copy full SHA for c938637
.github/shared-actions/windows-bazel-test/action.yml
@@ -33,7 +33,7 @@ runs:
33
$runfiles_dir = "./dist/bin/tests/legacy-cli/${{inputs.test_target_name}}_/${{inputs.test_target_name}}.bat.runfiles"
34
35
# Make symlinks compatible on Windows
36
- node scripts/windows-testing/convert-symlinks.mjs $runfiles_dir
+ node ./scripts/windows-testing/convert-symlinks.mjs $runfiles_dir
37
38
# Needed for resolution because Aspect/Bazel looks for repositories at `<workspace>/external`.
39
# TODO(devversion): consult with Aspect on why this is needed.
0 commit comments