Skip to content

Commit

Permalink
ci: try multiple workers
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 13, 2024
1 parent def7990 commit 89da10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 1 : undefined,
// workers: process.env.CI ? 1 : undefined,
reporter: "html",
use: {
trace: "on-first-retry",
Expand Down

0 comments on commit 89da10d

Please sign in to comment.