show tables in ci
This commit is contained in:
parent
49afafd008
commit
4ccc7e5795
@ -41,6 +41,7 @@ connect:
|
|||||||
image: mysql:latest
|
image: mysql:latest
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get --assume-yes install mysql-client
|
- apt-get update && apt-get --assume-yes install mysql-client
|
||||||
|
- mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql -e "show databases; use $MYSQL_DATABASE_NAME; show tables;"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user