mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 04:51:17 +00:00
ci: skip ssl when connecting to mariadb test database
This commit is contained in:
parent
31fee52208
commit
00870ceff2
@ -80,14 +80,14 @@ lint-js:
|
|||||||
tests:
|
tests:
|
||||||
stage: quality
|
stage: quality
|
||||||
services:
|
services:
|
||||||
- mariadb:10.2
|
- mariadb:10.11
|
||||||
variables:
|
variables:
|
||||||
MYSQL_ROOT_PASSWORD: "R00Tp4ssW0RD"
|
MYSQL_ROOT_PASSWORD: "R00Tp4ssW0RD"
|
||||||
MYSQL_DATABASE: "test"
|
MYSQL_DATABASE: "test"
|
||||||
MYSQL_USER: "castopod"
|
MYSQL_USER: "castopod"
|
||||||
MYSQL_PASSWORD: "castopod"
|
MYSQL_PASSWORD: "castopod"
|
||||||
script:
|
script:
|
||||||
- echo "SHOW DATABASES;" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mariadb "$MYSQL_DATABASE"
|
- echo "SHOW DATABASES;" | mariadb --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mariadb "$MYSQL_DATABASE" --skip_ssl
|
||||||
|
|
||||||
# run phpunit without code coverage
|
# run phpunit without code coverage
|
||||||
# TODO: add code coverage
|
# TODO: add code coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user