Skip to content

Commit fcb342e

Browse files
committed
12d
1 parent b5a3767 commit fcb342e

File tree

1 file changed

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

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,10 @@ runs:
1818
steps:
1919
- name: Initialize WSL
2020
id: init_wsl
21-
uses: alan-agius4/dev-infra/github-actions/setup-wsl@b613141f7dda2e88e3541f9f6a7d2829218ff720
21+
uses: alan-agius4/dev-infra/github-actions/setup-wsl@9c1c0fe9cffe0585dc0673b11c3e24939cf0a724
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-
3425
# - name: Setup Bazel
3526
# uses: alan-agius4/dev-infra/github-actions/bazel/setup@717a041b3697749b0d544f9657726e380b4939fd
3627
# with:

0 commit comments

Comments
 (0)