Skip to content

Commit 1c9eebc

Browse files
committed
fix ci tests
1 parent 49b816e commit 1c9eebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
SERVICE_ENVIRONMENT: ci
5555
PYTHONDONTWRITEBYTECODE: 1
5656
PYTHONUNBUFFERED: 1
57-
DB_DSN: DB_DSN=postgresql+asyncpg://postgres:password@127.0.0.1/postgres
57+
DB_DSN: DB_DSN=postgresql+asyncpg://postgres:password@localhost/postgres
5858
- name: Upload coverage to Codecov
5959
uses: codecov/[email protected]
6060
env:

0 commit comments

Comments
 (0)