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:15:17 -04:00
parent d3e48105ea
commit b2ecc3a86f
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ jobs:
# mysql -uroot -proot -e "show databases"
- name: npm install, build, and test
run: |
mysqladmin -u root -proot shutdown
sudo service mysql start
npm install
npm test