chore: update CI workers to improve test concurrency
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m3s
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m3s
This commit is contained in:
parent
d6f68afd64
commit
421740910e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default defineConfig({
|
||||||
/* Retry on CI only */
|
/* Retry on CI only */
|
||||||
retries: process.env.CI ? 2 : 0,
|
retries: process.env.CI ? 2 : 0,
|
||||||
/* Opt out of parallel tests on CI. */
|
/* Opt out of parallel tests on CI. */
|
||||||
workers: process.env.CI ? 1 : undefined,
|
workers: process.env.CI ? 8 : undefined,
|
||||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||||
reporter: 'html',
|
reporter: 'html',
|
||||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue