Add: github workflow for db2

This commit is contained in:
Roland Praml
2022-01-27 16:02:18 +01:00
parent 190b4ef588
commit 3e8cc87f01
2 changed files with 3 additions and 1 deletions
@@ -43,3 +43,5 @@ jobs:
run: mvn clean test -Dprops.file=testconfig/ebean-sqlserver17.properties
- name: mariadb
run: mvn clean test -Dprops.file=testconfig/ebean-mariadb.properties
- name: db2
run: mvn clean test -Dprops.file=testconfig/ebean-db2.properties