mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +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 ? {
|
webServer: !process.env.TRILIUM_DOCKER ? {
|
||||||
command: 'npm run integration-mem-db-dev',
|
command: 'npm run integration-mem-db-dev',
|
||||||
url: SERVER_URL,
|
url: SERVER_URL,
|
||||||
// reuseExistingServer: !process.env.CI,
|
reuseExistingServer: !process.env.CI,
|
||||||
} : undefined,
|
} : undefined,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user