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"
|
# mysql -uroot -proot -e "show databases"
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
sudo ls /usr/bin/docker
|
sudo systemctl enable mysql.service
|
||||||
|
sudo systemctl start mysql.service
|
||||||
docker ps -a
|
docker ps -a
|
||||||
mysql -uroot -proot -e "show databases"
|
mysql -uroot -proot -e "show databases"
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in New Issue