Skip to content

Commit 3e2d105

Browse files
committed
WIP
1 parent a000925 commit 3e2d105

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ jobs:
140140
run: |
141141
pnpm bazel build \
142142
--config=e2e \
143-
//tests/legacy-cli:e2e.esbuild_node22 \
144-
--platforms=tools:windows_x64
143+
//tests/legacy-cli:e2e.esbuild_node22
145144
- name: Store built Windows E2E tests
146145
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
147146
with:

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ git_override(
3434
bazel_dep(name = "devinfra")
3535
git_override(
3636
module_name = "devinfra",
37-
commit = "73051ae248ba64911a8e7e66536d8c99ba07ef2a",
37+
commit = "cdd637292fb11523425e244ae44316b272098c8d",
3838
remote = "https://github.com/angular/dev-infra.git",
3939
)
4040

0 commit comments

Comments
 (0)