Skip to content

Commit efd2516

Browse files
committed
asdasd
1 parent c938637 commit efd2516

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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.

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)