We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b816e commit 1c9eebcCopy full SHA for 1c9eebc
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
SERVICE_ENVIRONMENT: ci
55
PYTHONDONTWRITEBYTECODE: 1
56
PYTHONUNBUFFERED: 1
57
- DB_DSN: DB_DSN=postgresql+asyncpg://postgres:password@127.0.0.1/postgres
+ DB_DSN: DB_DSN=postgresql+asyncpg://postgres:password@localhost/postgres
58
- name: Upload coverage to Codecov
59
uses: codecov/codecov-action@v4.0.1
60
env:
0 commit comments