Skip to content

Commit 1d19470

Browse files
committed
asd
1 parent 9e13918 commit 1d19470

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Install node modules
142142
run: pnpm install --frozen-lockfile
143143
- name: Build E2E tests for Windows on Linux
144-
run: pnpm bazel build --config=e2e //tests/legacy-cli/... --platforms=tools:windows_x64
144+
run: pnpm bazel build --config=e2e //tests/legacy-cli:e2e.npm_node22 //tests/legacy-cli:e2e.esbuild_node22 --platforms=tools:windows_x64
145145
- name: Store built Windows e2e tests
146146
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
147147
with:
@@ -150,8 +150,6 @@ jobs:
150150
dist/bin/tests/legacy-cli/**
151151
!dist/bin/tests/legacy-cli/*/e2e.*_*.runfiles/**
152152
dist/bin/tests/legacy-cli/*/e2e.*_*.bat.runfiles/**
153-
!dist/bin/tests/legacy-cli/e2e.*saucelabs*/**
154-
!dist/bin/tests/legacy-cli/e2e.*snapshots*/**
155153
retention-days: 1
156154
if-no-files-found: 'error'
157155

@@ -178,8 +176,8 @@ jobs:
178176
mkdir D:\\tmp_dir
179177
180178
node "${{github.workspace}}\\scripts\\windows-testing\\parallel-executor.mjs" \
181-
$PWD/dist/bin/tests/legacy-cli/_/e2e_node22.bat.runfiles \
182-
"e2e_node22" \
179+
$PWD/dist/bin/tests/legacy-cli/_/esbuild_node22.bat.runfiles \
180+
"esbuild_node22" \
183181
"--esbuild --glob "tests/basic/{build,rebuild}.ts" \
184182
185183
# - name: Run CLI E2E tests

0 commit comments

Comments
 (0)