Skip to content

Commit de45e9c

Browse files
committed
fix database url
1 parent a6f141b commit de45e9c

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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run pytest
5252
run: poetry run pytest --cov=teufa tests/
5353
env:
54-
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
54+
DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres
5555
- name: Upload coverage reports to Codecov
5656
uses: codecov/[email protected]
5757
with:

0 commit comments

Comments
 (0)