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
31b1f01a2a
commit
c4abf2156f
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
POSTGRES_DB: devdb
|
||||
ports:
|
||||
- 5432:5432
|
||||
# needed because the postgres container does not provide a healthcheck
|
||||
# needed because the postgres container does not provide a health check
|
||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
||||
|
||||
steps:
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
PYTHONUNBUFFERED: 1
|
||||
SQL_DB: devdb
|
||||
SQL_TEST_DB: testdb
|
||||
SQL_HOST: db
|
||||
SQL_HOST: 127.0.0.1
|
||||
SQL_USER: user
|
||||
SQL_PASS: secret
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user