Skip to content

Commit

Permalink
chore(ci): Ensure all 6 shards are used equally in deploy tests (#74574)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnnoel authored Jan 7, 2025
1 parent 9a31d68 commit 450a04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_e2e_deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
group: [1/5, 2/5, 3/5, 4/5, 5/5, 6/6]
group: [1/6, 2/6, 3/6, 4/6, 5/6, 6/6]
with:
afterBuild: npm i -g vercel@latest && NEXT_E2E_TEST_TIMEOUT=240000 NEXT_TEST_MODE=deploy NEXT_EXTERNAL_TESTS_FILTERS="test/deploy-tests-manifest.json" node run-tests.js --timings -g ${{ matrix.group }} -c 2 --type e2e
skipNativeBuild: 'yes'
Expand Down

0 comments on commit 450a04f

Please # to comment.