ci: start over wirh builtin mysql]

Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
This commit is contained in:
Agnes Lin 2021-04-11 22:47:38 -04:00
parent 814d718a37
commit 7a434ee243
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ jobs:
# sudo apt-get install -y mysql-client
# docker ps -a
# while ! mysqladmin ping --host=127.0.0.1 --port 3000 -uroot --password=root --silent < ./test/schema.sql; do
# sleep 1
while ! mysqladmin ping --host=127.0.0.1 --port 3306 -uroot --password=root --silent; do
sleep 1
# done
# docker container ls
# mysql -uroot -proot -e "show databases"