Skip to content

Commit f2ac6f2

Browse files
committed
mount code in tests
1 parent f210c91 commit f2ac6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: addnab/docker-run-action@v3
5454
with:
5555
image: ${{ env.IMAGE_NAME }}:ci
56-
options: -e DATABASE_URL=postgresql+psycopg://postgres:postgres@postgres:5432/postgres
56+
options: -v ${{ github.workspace }}:/work -e DATABASE_URL=postgresql+psycopg://postgres:postgres@postgres:5432/postgres
5757
run: pytest --cov=teufa tests/
5858
- name: Upload coverage reports to Codecov
5959
uses: codecov/[email protected]

0 commit comments

Comments
 (0)