mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
fix(ci): proper port
This commit is contained in:
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
TRILIUM_DOCKER: 1
|
TRILIUM_DOCKER: 1
|
||||||
TRILIUM_PORT: 8080
|
TRILIUM_PORT: 8082
|
||||||
TRILIUM_DATA_DIR: "${{ github.workspace }}/apps/server/spec/db"
|
TRILIUM_DATA_DIR: "${{ github.workspace }}/apps/server/spec/db"
|
||||||
TRILIUM_INTEGRATION_TEST: memory
|
TRILIUM_INTEGRATION_TEST: memory
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user