Skip to content
Snippets Groups Projects
Commit 1f9db168 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: CI for mysql

parent 48d640d0
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!4CI pipeline for mysql unit tests
Pipeline #9794 failed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -20,7 +20,7 @@
#
services:
- mariadb:10.4
# - mariadb:10.4
- mysql:8.0
variables:
DEPLOY_REF: dev
......@@ -66,6 +66,7 @@ unittests:
- echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
- echo "MYSQL_HOST=mysql" >> .config
- sleep 10
- cat .config
- make install
- ./utils/make_db restore_db tests/example.dump.sql
- ./tests/test_utils.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment