Skip to content

Commit

Permalink
force 1 worker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MaPoKen committed May 30, 2024
1 parent 49dc063 commit 297eb45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig({
maxFailures: process.env.CI ? 10 : undefined,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
workers: process.env.CI ? 1 : undefined,
retries: 2,
reporter: "html",
use: {
Expand Down

0 comments on commit 297eb45

Please sign in to comment.