Skip to content

Commit

Permalink
Merge c99e2af into aea8de4
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 15, 2024
2 parents aea8de4 + c99e2af commit e5f5e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
forbidOnly: isCI,
reporter: isCI ? 'github' : 'line',
retries: isCI ? 2 : 0,
workers: isCI || isDev ? 1 : undefined,
workers: isDev ? 1 : undefined,
projects: [
{
name: 'chromium',
Expand Down

0 comments on commit e5f5e3c

Please sign in to comment.