Skip to content

Commit

Permalink
#15598 - Update postgres port
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed May 29, 2022
1 parent adf1aa3 commit bea1819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
- name: Run Database Tests (Postgres)
env:
DATA_POSTGRES_USER: postgres
DATA_POSTGRES_PORT: ${{ job.services.postgres.ports['5435'] }}
DATA_POSTGRES_PORT: ${{ job.services.postgres.ports['5432'] }}
DATA_REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
DATA_MEMCACHED_PORT: ${{ job.services.memcached.ports['11211'] }}
if: always()
Expand Down

0 comments on commit bea1819

Please sign in to comment.