mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
chore(e2e): disable reuse of server on CI
This commit is contained in:
parent
e556137a25
commit
ffacc1f5f7
@ -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,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user