mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
Update ci.yml
This commit is contained in:
parent
8a7c78fd53
commit
044406c917
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -49,11 +49,11 @@ jobs:
|
||||||
ports:
|
ports:
|
||||||
- '5432/tcp'
|
- '5432/tcp'
|
||||||
env:
|
env:
|
||||||
PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
PGPASSWORD: 'postgres'
|
||||||
PGPORT: '${POSTGRES_PORT:-5432}'
|
PGPORT: '5432/tcp'
|
||||||
POSTGRES_DB: main
|
POSTGRES_DB: main
|
||||||
POSTGRES_USER: '${POSTGRES_USER:-postgres}'
|
POSTGRES_USER: 'postgres'
|
||||||
POSTGRES_PASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
POSTGRES_PASSWORD: 'postgres'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
- '-d'
|
- '-d'
|
||||||
- '${DB_DATABASE}'
|
- '${DB_DATABASE}'
|
||||||
- '-U'
|
- '-U'
|
||||||
- '${DB_USERNAME}'
|
- '${POSTGRES_USER}'
|
||||||
retries: 3
|
retries: 3
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue