mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:04: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:
|
||||
image: postgres:latest
|
||||
env:
|
||||
POSTGRES_PASSWORD: 'postgres'
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_USER: root
|
||||
POSTGRES_DB: main
|
||||
ports:
|
||||
- 5432/tcp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue