ci: start over wirh builtin mysql]
Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
This commit is contained in:
parent
0fdb90c331
commit
b633f41534
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue