fix(ci): adapt playwright config for docker

This commit is contained in:
Elian Doran
2025-05-15 17:24:24 +03:00
parent 9a825a76b5
commit 1d2c3fc7a7
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ jobs:
require-healthy: true
- name: Run Playwright tests
run: TRILIUM_DOCKER=1 npx playwright test
run: TRILIUM_DOCKER=1 TRILIUM_PORT=8082 npx playwright test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with: