mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
fix ci
This commit is contained in:
parent
dc906a15c3
commit
ae5b416ad4
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
POSTGRES_USER: user
|
POSTGRES_USER: user
|
||||||
POSTGRES_PASSWORD: secret
|
POSTGRES_PASSWORD: secret
|
||||||
POSTGRES_DB: devdb
|
POSTGRES_DB: testdb
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
# needed because the postgres container does not provide a health check
|
# needed because the postgres container does not provide a health check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user