Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
csr632 committed Jan 23, 2024
1 parent 2750e87 commit cb13411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-setup/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const config: PlaywrightTestConfig = {
// maxFailures: 1,
fullyParallel: false,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
forbidOnly: false,
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
/* Opt out of parallel tests on CI. */
Expand Down

0 comments on commit cb13411

Please sign in to comment.