ci: start over wirh builtin mysql]
Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
This commit is contained in:
parent
8c2a446caa
commit
0459748e06
|
@ -27,7 +27,7 @@ jobs:
|
||||||
MYSQL_HOST: localhost
|
MYSQL_HOST: localhost
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 -v /usr/bin/docker/mysql:/var/run/mysqld/mysqld.sock
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: Shutdown Ubuntu MySQL (SUDO)
|
# - name: Shutdown Ubuntu MySQL (SUDO)
|
||||||
|
@ -63,6 +63,7 @@ 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/mysql
|
||||||
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