e2e(standalone): integration test database not loaded

This commit is contained in:
Elian Doran
2026-04-19 12:36:28 +03:00
parent 0f68993605
commit a43cecb0f0
7 changed files with 78 additions and 19 deletions

View File

@@ -119,7 +119,7 @@ jobs:
run: pnpm exec playwright install --with-deps
- name: Build standalone
run: pnpm --filter client-standalone build
run: TRILIUM_INTEGRATION_TEST=memory pnpm --filter client-standalone build
- name: Start standalone preview server
run: |