Skip to content

Commit

Permalink
ci: Updates postgres database name
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed May 20, 2018
1 parent 2c9f643 commit 7d8a8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
docker:
- image: circleci/golang:1.10
environment:
- TEST_DATABASE_POSTGRESQL=postgres://test:test@localhost:5432/hydra?sslmode=disable
- TEST_DATABASE_POSTGRESQL=postgres://test:test@localhost:5432/keto?sslmode=disable
- TEST_DATABASE_MYSQL=root:test@(localhost:3306)/mysql?parseTime=true
- image: postgres:9.5
environment:
- POSTGRES_USER=test
- POSTGRES_PASSWORD=test
- POSTGRES_DB=hydra
- POSTGRES_DB=keto
- image: mysql:5.7
environment:
- MYSQL_ROOT_PASSWORD=test
Expand Down

0 comments on commit 7d8a8ad

Please sign in to comment.