Skip to content

Commit 0cd295a

Browse files
committed
ci: correctly build E2E webpack tests on Windows
(cherry picked from commit 9f28807)
1 parent 5fd5cf0 commit 0cd295a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
pnpm bazel build \
116116
--config=e2e \
117-
//tests/legacy-cli:e2e.npm_node22 \
117+
//tests/legacy-cli:e2e.webpack_node22 \
118118
//tests/legacy-cli:e2e.esbuild_node22 \
119119
--platforms=tools:windows_x64
120120
- name: Store built Windows E2E tests

0 commit comments

Comments
 (0)