Skip to content

Commit

Permalink
#14862 - Set POSTGRES_USER to default 'postgres'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 25, 2020
1 parent f29776f commit 89637da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test.yml
Expand Up @@ -141,7 +141,6 @@ jobs:
- 5432 - 5432
env: env:
POSTGRES_PASSWORD: secret POSTGRES_PASSWORD: secret
POSTGRES_USER: phalcon
POSTGRES_DB: phalcon POSTGRES_DB: phalcon
redis: redis:
image: redis:5-alpine image: redis:5-alpine
Expand Down Expand Up @@ -251,7 +250,7 @@ jobs:


- name: Run database tests Postgres - name: Run database tests Postgres
env: env:
DATA_POSTGRES_USER: phalcon DATA_POSTGRES_USER: postgres
DATA_POSTGRES_PORT: ${{ job.services.postgres.ports['5432'] }} DATA_POSTGRES_PORT: ${{ job.services.postgres.ports['5432'] }}
DATA_REDIS_PORT: ${{ job.services.redis.ports['6379'] }} DATA_REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
DATA_MEMCACHED_PORT: ${{ job.services.memcached.ports['11211'] }} DATA_MEMCACHED_PORT: ${{ job.services.memcached.ports['11211'] }}
Expand Down

0 comments on commit 89637da

Please sign in to comment.