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 1d19470 commit 63be59fCopy full SHA for 63be59f
.github/workflows/pr.yml
@@ -141,7 +141,7 @@ jobs:
141
- name: Install node modules
142
run: pnpm install --frozen-lockfile
143
- name: Build E2E tests for Windows on Linux
144
- run: pnpm bazel build --config=e2e //tests/legacy-cli:e2e.npm_node22 //tests/legacy-cli:e2e.esbuild_node22 --platforms=tools:windows_x64
+ run: pnpm bazel build --config=e2e //tests/legacy-cli:e2e.esbuild_node22 --platforms=tools:windows_x64
145
- name: Store built Windows e2e tests
146
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
147
with:
0 commit comments