mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:24:02 +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:
|
||||
- '5432/tcp'
|
||||
env:
|
||||
PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
||||
PGPORT: '${POSTGRES_PORT:-5432}'
|
||||
PGPASSWORD: 'postgres'
|
||||
PGPORT: '5432/tcp'
|
||||
POSTGRES_DB: main
|
||||
POSTGRES_USER: '${POSTGRES_USER:-postgres}'
|
||||
POSTGRES_PASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
||||
POSTGRES_USER: 'postgres'
|
||||
POSTGRES_PASSWORD: 'postgres'
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
- '-d'
|
||||
- '${DB_DATABASE}'
|
||||
- '-U'
|
||||
- '${DB_USERNAME}'
|
||||
- '${POSTGRES_USER}'
|
||||
retries: 3
|
||||
timeout: 5s
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue