ci: check mysql version
Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
This commit is contained in:
parent
3a6c902416
commit
0770f98489
|
@ -52,7 +52,7 @@ jobs:
|
||||||
while ! mysqladmin ping --host=127.0.0.1 --port 3000 --password=$MYSQL_ROOT_PASSWORD --silent < ./test/schema.sql; do
|
while ! mysqladmin ping --host=127.0.0.1 --port 3000 --password=$MYSQL_ROOT_PASSWORD --silent < ./test/schema.sql; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
mysql -V
|
mysql -uroot -proot "SHOW DATABASES;"
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in New Issue