Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 7fe6696

Browse files
committed
fix(ci): docker path to database
1 parent 2f12d1a commit 7fe6696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Validate container run output
7272
run: |
73-
CONTAINER_ID=$(docker run -d --log-driver=journald --rm --network=host -e TRILIUM_PORT=8082 --volume ./integration-tests/db:/home/node/trilium-data --name trilium_local ${{ env.TEST_TAG }})
73+
CONTAINER_ID=$(docker run -d --log-driver=journald --rm --network=host -e TRILIUM_PORT=8082 --volume ./apps/server/spec/db:/home/node/trilium-data --name trilium_local ${{ env.TEST_TAG }})
7474
echo "Container ID: $CONTAINER_ID"
7575
7676
- name: Wait for the healthchecks to pass

0 commit comments

Comments
 (0)