Skip to content

Commit b5a3767

Browse files
committed
.
1 parent 4d721ff commit b5a3767

File tree

1 file changed

+10
-1
lines changed
  • .github/shared-actions/windows-bazel-test

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,19 @@ runs:
1818
steps:
1919
- name: Initialize WSL
2020
id: init_wsl
21-
uses: alan-agius4/dev-infra/github-actions/setup-wsl@6bf30666dfb1710011c8e8e7de8678d1f2b018ba
21+
uses: alan-agius4/dev-infra/github-actions/setup-wsl@b613141f7dda2e88e3541f9f6a7d2829218ff720
2222
with:
2323
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
2424

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+
2534
# - name: Setup Bazel
2635
# uses: alan-agius4/dev-infra/github-actions/bazel/setup@717a041b3697749b0d544f9657726e380b4939fd
2736
# with:

0 commit comments

Comments
 (0)