Skip to content

Commit

Permalink
test: Add explicit postgres hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayworth committed Mar 16, 2021
1 parent 67ce3f7 commit cefac7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ jobs:
TEST_MYSQL_PORT: ${{ job.services.mysql.ports['3306'] }}
TEST_POSTGRES_PASSWORD: postgres
TEST_POSTGRES_USER: postgres
TEST_POSTGRES_HOST: postgres
TEST_POSTGRES_PORT: ${{ job.services.postgres.ports['5432'] }}
TEST_POSTGRES_DB: "postgres"
TEST_POSTGRES_DB: postgres
TEST_MEMCACHED_HOST: memcached
TEST_MEMCACHED_PORT: ${{ job.services.memcached.ports['11211'] }}
TEST_MONGODB_HOST: mongodb
Expand Down

0 comments on commit cefac7a

Please sign in to comment.