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 4115f5d commit 95cdba6Copy full SHA for 95cdba6
.github/shared-actions/windows-bazel-test/action.yml
@@ -22,15 +22,6 @@ runs:
22
with:
23
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
24
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
34
- name: Setup Bazel
35
uses: alan-agius4/dev-infra/github-actions/bazel/setup@c5dd3ab8a177cd9508ca3fdc5f2d7215a9680a37
36
0 commit comments