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 5f1f5f8 commit 927ec61Copy full SHA for 927ec61
.github/workflows/run-tests.yml
@@ -96,7 +96,7 @@ jobs:
96
echo "version=$RESOLVED_VERSION" >> $GITHUB_OUTPUT
97
echo "Resolved Next.js version for 'next@${{ matrix.version }}' is '$RESOLVED_VERSION'"
98
- name: Run Playwright tests
99
- run: npm run test:ci:e2e -- --workers=8
+ run: npm run test:ci:e2e -- --workers=40
100
env:
101
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
102
NEXT_VERSION: ${{ matrix.version }}
0 commit comments