intgeration: update mysql8 version and remove test container (#347)

This commit is contained in:
Ariel Mashraki
2020-02-14 16:24:30 +02:00
committed by GitHub
parent bb852ad093
commit 14ccf7b7fc

View File

@@ -27,7 +27,7 @@ services:
- 3307:3306
mysql8:
image: mysql:8.0.18
image: mysql:8.0.19
environment:
MYSQL_DATABASE: test
MYSQL_ROOT_PASSWORD: pass
@@ -72,10 +72,3 @@ services:
restart: on-failure
ports:
- 8182:8182
test:
build:
context: ../../../
dockerfile: entc/integration/compose/Dockerfile
network_mode: host
command: ["go", "test", "./..."]