We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a000925 commit 3e2d105Copy full SHA for 3e2d105
.github/workflows/pr.yml
@@ -140,8 +140,7 @@ jobs:
140
run: |
141
pnpm bazel build \
142
--config=e2e \
143
- //tests/legacy-cli:e2e.esbuild_node22 \
144
- --platforms=tools:windows_x64
+ //tests/legacy-cli:e2e.esbuild_node22
145
- name: Store built Windows E2E tests
146
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
147
with:
MODULE.bazel
@@ -34,7 +34,7 @@ git_override(
34
bazel_dep(name = "devinfra")
35
git_override(
36
module_name = "devinfra",
37
- commit = "73051ae248ba64911a8e7e66536d8c99ba07ef2a",
+ commit = "cdd637292fb11523425e244ae44316b272098c8d",
38
remote = "https://github.com/angular/dev-infra.git",
39
)
40
0 commit comments