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:50:03 -04:00
parent 6a3e941a73
commit 2b1a7e504f
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ jobs:
# mysql -uroot -proot -e "show databases"
- name: npm install, build, and test
run: |
sudo ls /usr/bin/docker
sudo systemctl enable mysql.service
sudo systemctl start mysql.service
docker ps -a
mysql -uroot -proot -e "show databases"
npm install