ci: check mysql version

Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
This commit is contained in:
Agnes Lin 2021-04-11 21:57:59 -04:00
parent 3a6c902416
commit 0770f98489
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
while ! mysqladmin ping --host=127.0.0.1 --port 3000 --password=$MYSQL_ROOT_PASSWORD --silent < ./test/schema.sql; do
sleep 1
done
mysql -V
mysql -uroot -proot "SHOW DATABASES;"
- name: npm install, build, and test
run: |
npm install