|
18 | 18 | steps:
|
19 | 19 | - name: Initialize WSL
|
20 | 20 | id: init_wsl
|
21 | | - uses: alan-agius4/dev-infra/github-actions/setup-wsl@ded3ac8940ad6251c07f5391767d211e7d260e65 |
| 21 | + uses: alan-agius4/dev-infra/github-actions/setup-wsl@5da8101bc54505997cd973faaa51dee8296ac26a |
22 | 22 | with:
|
23 | 23 | wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
|
24 | 24 |
|
|
39 | 39 |
|
40 | 40 | cd ${{steps.init_wsl.outputs.repo_path}}
|
41 | 41 | pnpm bazel \
|
42 | | - build --config=e2e //tests/legacy-cli:${{inputs.test_target_name}} --platforms=tools:windows_x64 |
| 42 | + build --config=e2e //tests/legacy-cli:${{inputs.test_target_name}} --platforms=tools:windows_x64 --platforms=@@rules_browsers//src/browsers/private:linux_x64 |
43 | 43 | env:
|
44 | 44 | # See: https://devblogs.microsoft.com/commandline/share-environment-vars-between-wsl-and-windows
|
45 | 45 | WSLENV: 'GOOGLE_APPLICATION_CREDENTIALS/p'
|
|
0 commit comments