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 23:10:05 -04:00
parent 1aadaecfb1
commit 7dab0e0fbf
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ jobs:
# mysql password: pass
- name: Wait for MySQL
run: |
sudo systemctl enable mysql
sudo systemctl start mysql
sudo service mysql start
sleep 20
# while ! mysqladmin ping --host=127.0.0.1 --port 3306 -uroot --password=root --silent; do
# sleep 1