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 4d721ff commit b5a3767Copy full SHA for b5a3767
.github/shared-actions/windows-bazel-test/action.yml
@@ -18,10 +18,19 @@ runs:
18
steps:
19
- name: Initialize WSL
20
id: init_wsl
21
- uses: alan-agius4/dev-infra/github-actions/setup-wsl@6bf30666dfb1710011c8e8e7de8678d1f2b018ba
+ uses: alan-agius4/dev-infra/github-actions/setup-wsl@b613141f7dda2e88e3541f9f6a7d2829218ff720
22
with:
23
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
24
25
+ - name: Install node modules (inside WSL)
26
+ run: |
27
+ cd ${{steps.init_wsl.outputs.repo_path}}
28
+
29
+ pnpm -v
30
+ node --version
31
+ npm -v
32
+ shell: wsl-bash {0}
33
34
# - name: Setup Bazel
35
# uses: alan-agius4/dev-infra/github-actions/bazel/setup@717a041b3697749b0d544f9657726e380b4939fd
36
# with:
0 commit comments