File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.github/shared-actions/windows-bazel-test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Initialize WSL
20
20
id : init_wsl
21
- uses : alan-agius4/dev-infra/github-actions/setup-wsl@5da8101bc54505997cd973faaa51dee8296ac26a
21
+ uses : alan-agius4/dev-infra/github-actions/setup-wsl@f57ea787093fa12e5e95e05b086e7b50c44a9df6
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 --platforms=@@rules_browsers//src/browsers/private:linux_x64
42
+ build --config=e2e //tests/legacy-cli:${{inputs.test_target_name}} --platforms=tools:windows_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'
Original file line number Diff line number Diff line change @@ -281,8 +281,8 @@ http_archive(
281
281
282
282
git_repository (
283
283
name = "rules_browsers" ,
284
- commit = "56ef8007ea07cd1916429bca8bb523433b0e9cdc " ,
285
- remote = "https://github.com/devversion /rules_browsers.git" ,
284
+ commit = "37c696121edee641d23e851aae5211a7b0604d06 " ,
285
+ remote = "https://github.com/alan-agius4 /rules_browsers.git" ,
286
286
)
287
287
288
288
load ("@rules_browsers//setup:step_1.bzl" , "rules_browsers_setup_1" )
You can’t perform that action at this time.
0 commit comments