File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
database :
18
- - name : mysql
19
- pretty_name : MySQL
20
- - name : pgsql
21
- pretty_name : PostgreSQL
18
+ - name : MySQL
19
+ type : mysql
20
+ - name : PostgreSQL
21
+ type : pgsql
22
22
23
- name : ${{ matrix.database.pretty_name }}
23
+ name : ${{ matrix.database.name }}
24
24
runs-on : ubuntu-latest
25
25
26
26
steps :
40
40
- name : Run Integration Tests
41
41
run : ./icingadb-test -icingatesting.debuglog debug.log -test.v
42
42
env :
43
- ICINGADB_TESTS_DATABASE_TYPE : ${{ matrix.database.name }}
43
+ ICINGADB_TESTS_DATABASE_TYPE : ${{ matrix.database.type }}
44
44
ICINGA_TESTING_ICINGADB_BINARY : ${{ github.workspace }}/icingadb
45
45
ICINGA_TESTING_ICINGADB_SCHEMA_MYSQL : ${{ github.workspace }}/schema/mysql/schema.sql
46
46
ICINGA_TESTING_ICINGADB_SCHEMA_PGSQL : ${{ github.workspace }}/schema/pgsql/schema.sql
51
51
if : ${{ always() }}
52
52
uses : actions/upload-artifact@v4
53
53
with :
54
- name : ${{ matrix.database.name }}-debug.log.xz
54
+ name : ${{ matrix.database.type }}-debug.log.xz
55
55
path : debug.log.xz
56
56
retention-days : 1
You can’t perform that action at this time.
0 commit comments