Skip to content

Commit 927ec61

Browse files
committed
feat: drastically increase workers for e2e!
1 parent 5f1f5f8 commit 927ec61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "version=$RESOLVED_VERSION" >> $GITHUB_OUTPUT
9797
echo "Resolved Next.js version for 'next@${{ matrix.version }}' is '$RESOLVED_VERSION'"
9898
- name: Run Playwright tests
99-
run: npm run test:ci:e2e -- --workers=8
99+
run: npm run test:ci:e2e -- --workers=40
100100
env:
101101
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
102102
NEXT_VERSION: ${{ matrix.version }}

0 commit comments

Comments
 (0)