mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
intgeration: update mysql8 version and remove test container (#347)
This commit is contained in:
@@ -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", "./..."]
|
||||
|
||||
Reference in New Issue
Block a user