Skip to content

Commit

Permalink
ci: trying to fix playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardoooxd committed Aug 8, 2024
1 parent 5d098dc commit d470f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ export default defineConfig({
webServer: {
command: 'pnpm dev',
port: 3000,
reuseExistingServer: !process.env.CI,
reuseExistingServer: true,
},
});

0 comments on commit d470f48

Please sign in to comment.