test(integration): add lightweight MySQL-backed API smoke tests for center and guild
This commit is contained in:
@@ -8,7 +8,6 @@ services:
|
||||
MYSQL_DATABASE: fabric_center
|
||||
MYSQL_USER: fabric
|
||||
MYSQL_PASSWORD: fabric
|
||||
command: ["--default-authentication-plugin=mysql_native_password"]
|
||||
ports:
|
||||
- "3307:3306"
|
||||
volumes:
|
||||
@@ -28,7 +27,6 @@ services:
|
||||
MYSQL_DATABASE: fabric_guild
|
||||
MYSQL_USER: fabric
|
||||
MYSQL_PASSWORD: fabric
|
||||
command: ["--default-authentication-plugin=mysql_native_password"]
|
||||
ports:
|
||||
- "3308:3306"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user