We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0e6e3 commit 6292527Copy full SHA for 6292527
.github/workflows/pr.yml
@@ -170,11 +170,7 @@ jobs:
170
E2E_TEMP: 'D:\\tmp_dir'
171
run: |
172
mkdir D:\\tmp_dir
173
-
174
- node "${{github.workspace}}\\scripts\\windows-testing\\parallel-executor.mjs" \
175
- $PWD/dist/bin/tests/legacy-cli/_/esbuild_node22.bat.runfiles \
176
- "esbuild_node22" \
177
- "--esbuild --glob "tests/basic/{build,rebuild}.ts" \
+ node ./scripts/windows-testing./parallel-executor.mjs ./dist/bin/tests/legacy-cli/_/esbuild_node22.bat.runfiles esbuild_node22 --esbuild --glob="tests/basic/{build,rebuild}.ts"
178
179
e2e-package-managers:
180
needs: build
0 commit comments