mount code in tests
This commit is contained in:
parent
f210c91744
commit
f2ac6f2ad1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: ${{ env.IMAGE_NAME }}:ci
|
||||
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
|
||||
run: pytest --cov=teufa tests/
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v4.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user