Skip to content

Commit 1c3acc9

Browse files
author
Nazarii
committed
Fix postgres service github actions
1 parent 923fbc0 commit 1c3acc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
POETRY_VIRTUALENVS_CREATE: false
9-
DATABASE_URI: 'postgresql+asyncpg://fastapi:postgres_password@localhost/template'
9+
DATABASE_URI: 'postgresql+asyncpg://fastapi:postgres_password@postgres/template'
1010

1111
jobs:
1212
tests:

0 commit comments

Comments
 (0)