Skip to content

Commit 5e7c260

Browse files
committed
fix(ci): set proper environment variables for playwright
1 parent 9b69b0a commit 5e7c260

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ permissions:
1616
jobs:
1717
main:
1818
runs-on: ubuntu-latest
19+
env:
20+
TRILIUM_DOCKER: 1
21+
TRILIUM_PORT: 8080
22+
TRILIUM_DATA_DIR: "${GITHUB_WORKSPACE}/apps/server/spec/db"
23+
TRILIUM_INTEGRATION_TEST: memory
1924
steps:
2025
- uses: actions/checkout@v5
2126
with:
@@ -57,7 +62,7 @@ jobs:
5762
sleep 10
5863
5964
- name: Server end-to-end tests
60-
run: TRILIUM_DOCKER=1 TRILIUM_PORT=8080 pnpm --filter server-e2e e2e
65+
run: pnpm --filter server-e2e e2e
6166

6267
- name: Upload test report
6368
if: failure()

0 commit comments

Comments
 (0)