ci: socket

Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
This commit is contained in:
Agnes Lin 2021-04-11 22:41:31 -04:00
parent b315c27e00
commit 473881bb02
1 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ jobs:
- name: Wait for MySQL - name: Wait for MySQL
run: | run: |
sudo systemctl start mysql sudo systemctl start mysql
sudo apt-get update
sudo apt-get install -y mysql-client sudo apt-get install -y mysql-client
docker ps -a docker ps -a
@ -58,7 +59,7 @@ jobs:
sleep 1 sleep 1
done done
docker container ls docker container ls
mysql -uroot -proot mysql -uroot -proot -e "show databases"
- name: npm install, build, and test - name: npm install, build, and test
run: | run: |
npm install npm install