File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
shared-actions/windows-bazel-test Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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 : |
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}}" \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments