Skip to content

Commit 0a47f2a

Browse files
committed
feat: ci retries 0
1 parent 042d5c2 commit 0a47f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
testDir: './tests/e2e',
77
fullyParallel: true,
88
forbidOnly: !!process.env.CI,
9-
retries: process.env.CI ? 2 : 0,
9+
retries: 0,
1010
workers: process.env.CI ? 1 : undefined,
1111
reporter: 'html',
1212
use: {

0 commit comments

Comments
 (0)