Skip to content

Commit

Permalink
Merge pull request #443 from zhouzhuojie/zz/fix-integration-tests
Browse files Browse the repository at this point in the history
Fix integration tests
  • Loading branch information
Ivan Rylach authored May 3, 2021
2 parents cb72a9e + 8f325a3 commit 10955f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ services:
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
MYSQL_DATABASE: "flagr"
MYSQL_USER: "root"

mysql8:
image: mysql:8
container_name: flagr-mysql8
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
MYSQL_DATABASE: "flagr"
MYSQL_USER: "root"

postgres:
image: postgres:9
Expand Down

0 comments on commit 10955f9

Please sign in to comment.