Skip to content

Commit 3423f01

Browse files
committed
da
1 parent 5b54dbe commit 3423f01

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ jobs:
134134
uses: alan-agius4/dev-infra/github-actions/npm/checkout-and-setup-node@40049d1863c03e4ae202ad3fbb954e168ba0a0a7
135135
- name: Run CLI E2E tests
136136
uses: ./.github/shared-actions/windows-bazel-test
137+
env:
138+
E2E_SHARD_TOTAL: 1
137139
with:
138140
test_target_name: e2e_node22
139141
test_args: --esbuild --glob "tests/basic/{build,rebuild}.ts"

scripts/windows-testing/parallel-executor.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const initialStatusRegex = /Running (\d+) tests/;
1414

1515
async function main() {
1616
const [runfilesDir, targetName, testArgs] = process.argv.slice(2);
17-
const maxShards = 4;
17+
const maxShards = 1;
1818

1919
const testEntrypoint = path.resolve(runfilesDir, '../', targetName);
2020
const testWorkingDir = path.resolve(runfilesDir, '_main');

0 commit comments

Comments
 (0)