File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 17
17
database :
18
18
- name : mysql
19
19
pretty_name : MySQL
20
+ image : mysql:latest
21
+ - name : mysql
22
+ pretty_name : MariaDB
23
+ image : mariadb:latest
20
24
- name : pgsql
21
25
pretty_name : PostgreSQL
26
+ image : postgres:latest
22
27
23
28
name : ${{ matrix.database.pretty_name }}
24
29
runs-on : ubuntu-latest
41
46
run : ./icingadb-test -icingatesting.debuglog debug.log -test.v
42
47
env :
43
48
ICINGADB_TESTS_DATABASE_TYPE : ${{ matrix.database.name }}
49
+ ICINGA_TESTING_MYSQL_IMAGE : ${{ matrix.database.image }}
50
+ ICINGA_TESTING_PGSQL_IMAGE : ${{ matrix.database.image }}
44
51
ICINGA_TESTING_ICINGADB_BINARY : ${{ github.workspace }}/icingadb
45
52
ICINGA_TESTING_ICINGADB_SCHEMA_MYSQL : ${{ github.workspace }}/schema/mysql/schema.sql
46
53
ICINGA_TESTING_ICINGADB_SCHEMA_PGSQL : ${{ github.workspace }}/schema/pgsql/schema.sql
You can’t perform that action at this time.
0 commit comments