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