Fixed mysql trying to use unixsocket

This commit is contained in:
Tim Dawson 2021-07-20 00:35:28 +12:00
parent 81d4374183
commit ce48bedabe

View file

@ -13,7 +13,7 @@ jobs:
MYSQL_USER: root
MYSQL_PASS: supersecret
MYSQL_PORT: "3306"
MYSQL_HOST: localhost
MYSQL_HOST: "127.0.0.1"
command:
- "--webserver=yes"
- "--api=yes"