Skip to content

Commit

Permalink
test(mysql): fix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Nov 18, 2019
1 parent 43f1556 commit 52558cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ test_env: &test_env
MONGODB_HOST: localhost
MONGODB_PORT: 27017
MONGODB_DB: opentelemetry-tests
MYSQL_USER: postgres
MYSQL_USER: otel
MYSQL_DATABASE: circle_database
MYSQL_HOST: localhost
MYSQL_PORT: 3306
MYSQL_PASSWORD: secret

postgres_service: &postgres_service
image: circleci/postgres:9.6-alpine
Expand All @@ -29,7 +28,7 @@ mysql_service: &mysql_service
image: circleci/mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: rootpw
MYSQL_DATABASE: test_db
MYSQL_DATABASE: circle_database
MYSQL_USER: otel
MYSQL_PASSWORD: secret

Expand Down

0 comments on commit 52558cc

Please sign in to comment.