Skip to content

Commit 9b0e6e3

Browse files
committed
2
1 parent 7b962b5 commit 9b0e6e3

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)