Skip to content

Commit

Permalink
feat: speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Dec 29, 2023
1 parent 6699133 commit 3820961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/laboratory/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig<ModalFixture>({

fullyParallel: true,
retries: process.env['CI'] ? 2 : 0,
workers: process.env['CI'] ? 1 : undefined,
workers: process.env['CI'] ? 8 : 1,
reporter: [['list'], ['html']],

expect: {
Expand Down

0 comments on commit 3820961

Please sign in to comment.