mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:24:04 +00:00
Change environment to env
This commit is contained in:
parent
b66a163393
commit
8a7c78fd53
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
image: 'postgres:latest'
|
||||
ports:
|
||||
- '5432/tcp'
|
||||
environment:
|
||||
env:
|
||||
PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
||||
PGPORT: '${POSTGRES_PORT:-5432}'
|
||||
POSTGRES_DB: main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue