Skip to content

Commit e820e7f

Browse files
committed
t
1 parent a51376a commit e820e7f

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ runs:
3131
pnpm install --frozen-lockfile
3232
shell: wsl-bash {0}
3333

34+
- name: Setup Bazel
35+
uses: alan-agius4/dev-infra/github-actions/bazel/setup@40049d1863c03e4ae202ad3fbb954e168ba0a0a7
36+
shell: wsl-bash {0}
37+
38+
- name: Setup Bazel RBE
39+
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
40+
shell: wsl-bash {0}
41+
3442
- name: Build test binary for Windows (inside WSL)
3543
shell: wsl-bash {0}
3644
run: |
@@ -82,5 +90,5 @@ runs:
8290
run: |
8391
node "${{github.workspace}}\\scripts\\windows-testing\\parallel-executor.mjs" \
8492
$PWD/dist/bin/tests/legacy-cli/${{inputs.test_target_name}}_/${{inputs.test_target_name}}.bat.runfiles \
85-
${{inputs.test_target_name}} --tmpdir="D:\test_tmp" \
93+
${{inputs.test_target_name}} --tmpdir="D:\test\test_tmp" \
8694
"${{inputs.test_args}}" \

.github/workflows/pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ jobs:
133133
steps:
134134
- name: Initialize environment
135135
uses: alan-agius4/dev-infra/github-actions/npm/checkout-and-setup-node@40049d1863c03e4ae202ad3fbb954e168ba0a0a7
136-
- name: Setup Bazel
137-
uses: alan-agius4/dev-infra/github-actions/bazel/setup@40049d1863c03e4ae202ad3fbb954e168ba0a0a7
138-
- name: Setup Bazel RBE
139-
uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c
140136
with:
141137
allow_windows_rbe: true
142138
- name: Run CLI E2E tests

0 commit comments

Comments
 (0)