Skip to content

Commit

Permalink
allowOnly tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Sep 27, 2024
1 parent 6daabcc commit ec6209a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atomic/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
testDir: './src',
testMatch: '*.e2e.ts',
fullyParallel: true,
forbidOnly: !!process.env.CI,
forbidOnly: !!process.env.CI || false, //temp
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 1 : undefined,
reporter: process.env.CI
Expand Down

0 comments on commit ec6209a

Please sign in to comment.