Skip to content

Commit

Permalink
#14862 - Add env variable DATA_POSTGRES_USER in Postgres tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 25, 2020
1 parent b8681da commit f29776f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Expand Up @@ -251,6 +251,7 @@ jobs:

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

0 comments on commit f29776f

Please sign in to comment.