fix database url
This commit is contained in:
parent
a6f141b717
commit
de45e9c96c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
- name: Run pytest
|
||||
run: poetry run pytest --cov=teufa tests/
|
||||
env:
|
||||
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
|
||||
DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v4.0.1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user