diff --git a/apps/laboratory/playwright.config.ts b/apps/laboratory/playwright.config.ts index 9df18372da..6231eb6133 100644 --- a/apps/laboratory/playwright.config.ts +++ b/apps/laboratory/playwright.config.ts @@ -10,7 +10,7 @@ export default defineConfig({ fullyParallel: true, retries: process.env['CI'] ? 2 : 0, - workers: process.env['CI'] ? 8 : 1, + workers: process.env['CI'] ? 1 : undefined, reporter: [['list'], ['html']], expect: {