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:31:26 -04:00
parent 0fdb90c331
commit b633f41534
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ jobs:
# mysql -uroot -proot -e "show databases"
- name: npm install, build, and test
run: |
sudo /etc/init.d/mysql stop
sudo service mysql stop
sudo killall -KILL mysql mysqld_safe mysqld
sudo /etc/init.d/mysql start
sudo service mysql start
docker ps -a
mysql -uroot -proot -e "show databases"