File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
shared-actions/windows-bazel-test Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ jobs:
166166 with :
167167 name : win-e2e-build-artifacts
168168 path : dist/bin/tests/legacy-cli/
169+ - name : Install node modules
170+ run : pnpm install --frozen-lockfile
169171 - name : Run CLI E2E tests
170172 uses : ./.github/shared-actions/windows-bazel-test
171173 with :
You can’t perform that action at this time.
0 commit comments