From 3e8cc87f0197b272db39c225e50075c373941e38 Mon Sep 17 00:00:00 2001 From: Roland Praml Date: Thu, 27 Jan 2022 16:02:18 +0100 Subject: [PATCH] Add: github workflow for db2 --- .github/workflows/multi-platform-test.yml | 2 ++ ebean-test/testconfig/ebean-db2.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multi-platform-test.yml b/.github/workflows/multi-platform-test.yml index f85636c9b..d923063fe 100644 --- a/.github/workflows/multi-platform-test.yml +++ b/.github/workflows/multi-platform-test.yml @@ -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 diff --git a/ebean-test/testconfig/ebean-db2.properties b/ebean-test/testconfig/ebean-db2.properties index 9f62e2389..40e375ef5 100644 --- a/ebean-test/testconfig/ebean-db2.properties +++ b/ebean-test/testconfig/ebean-db2.properties @@ -2,4 +2,4 @@ ebean.test.platform=db2 ebean.test.dbName=unit ebean.test.dbPassword=unit datasource.default=db2-11 -ebean.db2-11.databasePlatformName=db2luw \ No newline at end of file +ebean.db2-11.databasePlatformName=db2luw