File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const initialStatusRegex = /Running (\d+) tests/;
1414
1515async 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' ) ;
You can’t perform that action at this time.
0 commit comments