mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
Revert Postgres credential changes in ci.yml
This commit is contained in:
parent
dfdfe533d6
commit
46201c68c6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -47,7 +47,8 @@ jobs:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: 'postgres'
|
POSTGRES_PASSWORD: password
|
||||||
|
POSTGRES_USER: root
|
||||||
POSTGRES_DB: main
|
POSTGRES_DB: main
|
||||||
ports:
|
ports:
|
||||||
- 5432/tcp
|
- 5432/tcp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue