This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch STABLE-4.0
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/STABLE-4.0 by this push:
     new e1bb4783d enable postgres and sqlserver in GitHub Actions
e1bb4783d is described below

commit e1bb4783d15800dc12b266686373e81471b0f040
Author: Nikita Timofeev <stari...@users.noreply.github.com>
AuthorDate: Fri Dec 9 16:46:57 2022 +0300

    enable postgres and sqlserver in GitHub Actions
---
 .github/workflows/verify-on-push-4.0.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/verify-on-push-4.0.yml 
b/.github/workflows/verify-on-push-4.0.yml
index 7679ccbc6..38a3efa78 100644
--- a/.github/workflows/verify-on-push-4.0.yml
+++ b/.github/workflows/verify-on-push-4.0.yml
@@ -28,7 +28,7 @@ jobs:
     strategy:
       matrix:
         jdk: [8, 11]
-        db-profile: [hsql, h2, derby, mysql-docker] #TODO: postgres-docker, 
sqlserver-docker
+        db-profile: [hsql, h2, derby, mysql-docker, postgres-docker, 
sqlserver-docker]
       fail-fast: false # finish all jobs anyway
 
     env:
@@ -46,4 +46,4 @@ jobs:
           cache: 'maven'
 
       - name: mvn verify ${{ matrix.db-profile }}
-        run: mvn verify -q -DcayenneTestConnection=${{ matrix.db-profile }} 
-DcayenneLogLevel=ERROR
\ No newline at end of file
+        run: mvn verify -q -DcayenneTestConnection=${{ matrix.db-profile }} 
-DcayenneLogLevel=ERROR

Reply via email to