Skip to content

Commit 95cdba6

Browse files
committed
1
1 parent 4115f5d commit 95cdba6

File tree

1 file changed

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

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ runs:
2222
with:
2323
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
2424

25-
- name: Install node modules in WSL (re-using from previous install/cache restore)
26-
run: |
27-
export NVM_DIR="$HOME/.nvm"
28-
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
29-
30-
cd ${{steps.init_wsl.outputs.repo_path}}
31-
pnpm install --frozen-lockfile
32-
shell: wsl-bash {0}
33-
3425
- name: Setup Bazel
3526
uses: alan-agius4/dev-infra/github-actions/bazel/setup@c5dd3ab8a177cd9508ca3fdc5f2d7215a9680a37
3627
with:

0 commit comments

Comments
 (0)