Skip to content

Commit

Permalink
Don't run everything in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Apr 29, 2024
1 parent 005c562 commit 17b2815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const config: PlaywrightTestConfig = defineConfig({
maxDiffPixelRatio: 0.02,
},
},
fullyParallel: true,
workers: process.env.CI ? cpus().length : undefined,
retries: process.env.CI ? 2 : 0,
forbidOnly: !!process.env.CI,
Expand Down

0 comments on commit 17b2815

Please sign in to comment.