Skip to content

Commit 1ceddef

Browse files
committed
wip!
1 parent 0d84573 commit 1ceddef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- name: Initialize WSL
2020
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
2222
with:
2323
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
2424

@@ -39,7 +39,7 @@ runs:
3939
4040
cd ${{steps.init_wsl.outputs.repo_path}}
4141
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
4343
env:
4444
# See: https://devblogs.microsoft.com/commandline/share-environment-vars-between-wsl-and-windows
4545
WSLENV: 'GOOGLE_APPLICATION_CREDENTIALS/p'

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ http_archive(
281281

282282
git_repository(
283283
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",
286286
)
287287

288288
load("@rules_browsers//setup:step_1.bzl", "rules_browsers_setup_1")

0 commit comments

Comments
 (0)