fix database url

This commit is contained in:
Brian Rosner 2024-05-21 08:22:52 -06:00
parent a6f141b717
commit de45e9c96c

View File

@ -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: