Skip to content
Snippets Groups Projects

CI pipeline for mysql unit tests

Merged Daniel Hornung requested to merge f-mysql-test into dev
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -59,7+59,7 @@
stage: test
services:
- mariadb:10.4
script:
- make pipeline-test SQL_HOST=mariadb
@@ -67,7+67,7 @@
unittests-mysql:
tags: [ docker ]
stage: test
# Should not stop the pipeline from continuing.
allow_failure: true
services:
- name: mysql:8.0
command: ["--default-authentication-plugin=mysql_native_password"]
Loading