mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:14:04 +00:00
Revert all ci.yml changes
This commit is contained in:
parent
aec8d50b7d
commit
ef87056862
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -47,8 +47,8 @@ jobs:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: 'root'
|
POSTGRES_PASSWORD: password
|
||||||
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