File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 - name : Run CLI E2E tests
128128 run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
129129
130- build-windows-e2e :
130+ build-e2e- windows-subset :
131131 runs-on : ubuntu-latest
132132 steps :
133133 - name : Initialize environment
@@ -152,7 +152,7 @@ jobs:
152152 if-no-files-found : ' error'
153153
154154 e2e-windows-subset :
155- needs : build-windows-e2e
155+ needs : build-e2e- windows-subset
156156 runs-on : windows-2025
157157 steps :
158158 - name : Initialize environment
@@ -162,9 +162,7 @@ jobs:
162162 with :
163163 name : win-e2e-build-artifacts
164164 path : dist/bin/tests/legacy-cli/
165-
166- - name : Run tests
167- # Note: This is Git Bash.
165+ - name : Run CLI E2E tests
168166 shell : bash
169167 env :
170168 BAZEL_BINDIR : ' .'
@@ -178,14 +176,6 @@ jobs:
178176 "esbuild_node22" \
179177 "--esbuild --glob "tests/basic/{build,rebuild}.ts" \
180178
181- # - name: Run CLI E2E tests
182- # uses: ./.github/shared-actions/windows-bazel-test
183- # env:
184- # E2E_SHARD_TOTAL: 1
185- # with:
186- # test_target_name: e2e_node22
187- # test_args: --esbuild --glob "tests/basic/{build,rebuild}.ts"
188-
189179 e2e-package-managers :
190180 needs : build
191181 strategy :
You can’t perform that action at this time.
0 commit comments