We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f210c91 commit f2ac6f2Copy full SHA for f2ac6f2
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: addnab/docker-run-action@v3
54
with:
55
image: ${{ env.IMAGE_NAME }}:ci
56
- options: -e DATABASE_URL=postgresql+psycopg://postgres:postgres@postgres:5432/postgres
+ options: -v ${{ github.workspace }}:/work -e DATABASE_URL=postgresql+psycopg://postgres:postgres@postgres:5432/postgres
57
run: pytest --cov=teufa tests/
58
- name: Upload coverage reports to Codecov
59
uses: codecov/[email protected]
0 commit comments