Skip to content

Commit

Permalink
chore(e2e): disable reuse of server on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 12, 2025
1 parent e556137 commit ffacc1f
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: !process.env.TRILIUM_DOCKER ? {
command: 'npm run integration-mem-db-dev',
url: SERVER_URL,
// reuseExistingServer: !process.env.CI,
reuseExistingServer: !process.env.CI,
} : undefined,
});

0 comments on commit ffacc1f

Please sign in to comment.