Skip to content

Commit

Permalink
#15598 - Add 'DATA_POSTGRES_PASS' env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed May 30, 2022
1 parent f1b4732 commit 5e0d3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ jobs:
- name: Run Database Tests (Postgres)
env:
DATA_POSTGRES_USER: postgres
DATA_POSTGRES_PASS: secret
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 5e0d3e2

Please sign in to comment.