Skip to content

Commit

Permalink
#15598 - Add 'POSTGRES_USER' env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed May 30, 2022
1 parent 1ff4fc0 commit ade445f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ jobs:
ports:
- "5432:5432"
env:
POSTGRES_USER: phalcon
POSTGRES_PASSWORD: secret
POSTGRES_DB: phalcon
options: >-
Expand Down Expand Up @@ -352,7 +353,7 @@ jobs:

- name: Run Database Tests (Postgres)
env:
DATA_POSTGRES_USER: postgres
DATA_POSTGRES_USER: phalcon
DATA_POSTGRES_PASS: secret
DATA_POSTGRES_PORT: ${{ job.services.postgres.ports['5432'] }}
DATA_REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
Expand Down

0 comments on commit ade445f

Please sign in to comment.