mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fix(ci): adapt playwright config for docker
This commit is contained in:
@@ -22,12 +22,12 @@ export default defineConfig({
|
||||
trace: 'on-first-retry',
|
||||
},
|
||||
/* Run your local dev server before starting the tests */
|
||||
webServer: {
|
||||
webServer: !process.env.TRILIUM_DOCKER ? {
|
||||
command: 'pnpm server:start-prod',
|
||||
url: baseURL,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
cwd: workspaceRoot
|
||||
},
|
||||
} : undefined,
|
||||
projects: [
|
||||
{
|
||||
name: "chromium",
|
||||
|
||||
Reference in New Issue
Block a user