Skip to content

Commit

Permalink
Set sqlite path
Browse files Browse the repository at this point in the history
Signed-off-by: JVT038 <[email protected]>
  • Loading branch information
JVT038 committed Feb 29, 2024
1 parent a464957 commit 4e8a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: docker build --target development --tag movary:ci ./build/php/

- name: Run development image
run: docker run --name movary --rm -d -v /home/runner/work/movary/movary:/app -e DATABASE_MODE="sqlite" -p 80:80 movary:ci
run: docker run --name movary --rm -d -v /home/runner/work/movary/movary:/app -e DATABASE_MODE="sqlite" -e DATABASE_SQLITE="/movary.sqlite" -p 80:80 movary:ci

- name: Prepare for the tests
run: |
Expand Down

0 comments on commit 4e8a4d6

Please sign in to comment.