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 b5a3767 commit fcb342eCopy full SHA for fcb342e
.github/shared-actions/windows-bazel-test/action.yml
@@ -18,19 +18,10 @@ runs:
18
steps:
19
- name: Initialize WSL
20
id: init_wsl
21
- uses: alan-agius4/dev-infra/github-actions/setup-wsl@b613141f7dda2e88e3541f9f6a7d2829218ff720
+ uses: alan-agius4/dev-infra/github-actions/setup-wsl@9c1c0fe9cffe0585dc0673b11c3e24939cf0a724
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