File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1717 database :
1818 - name : MySQL
1919 type : mysql
20+ image : mysql:latest
21+ - name : MariaDB
22+ type : mysql
23+ image : mariadb:latest
2024 - name : PostgreSQL
2125 type : pgsql
26+ image : postgres:latest
2227
2328 name : ${{ matrix.database.name }}
2429 runs-on : ubuntu-latest
4146 run : ./icingadb-test -icingatesting.debuglog debug.log -test.v
4247 env :
4348 ICINGADB_TESTS_DATABASE_TYPE : ${{ matrix.database.type }}
49+ ICINGA_TESTING_MYSQL_IMAGE : ${{ matrix.database.image }}
50+ ICINGA_TESTING_PGSQL_IMAGE : ${{ matrix.database.image }}
4451 ICINGA_TESTING_ICINGADB_BINARY : ${{ github.workspace }}/icingadb
4552 ICINGA_TESTING_ICINGADB_SCHEMA_MYSQL : ${{ github.workspace }}/schema/mysql/schema.sql
4653 ICINGA_TESTING_ICINGADB_SCHEMA_PGSQL : ${{ github.workspace }}/schema/pgsql/schema.sql
5158 if : ${{ always() }}
5259 uses : actions/upload-artifact@v2
5360 with :
54- name : ${{ matrix.database.type }}-debug.log.xz
61+ name : ${{ matrix.database.name }}-debug.log.xz
5562 path : debug.log.xz
5663 retention-days : 1
You can’t perform that action at this time.
0 commit comments