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:03:03 -04:00
parent 00609b9cbb
commit 1aadaecfb1
1 changed files with 1 additions and 0 deletions

View File

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