You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2022/11/15 10:06:19 UTC

[cayenne] branch STABLE-4.1 updated: Enable GitHub actions

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

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


The following commit(s) were added to refs/heads/STABLE-4.1 by this push:
     new 8bf24bd1b Enable GitHub actions
8bf24bd1b is described below

commit 8bf24bd1bd09e2b7be022bccf00c68451d21dcf7
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Nov 15 13:06:14 2022 +0300

    Enable GitHub actions
---
 .github/workflows/verify-deploy-on-push-4.1.yml | 2 +-
 .github/workflows/verify-on-pr-4.1.yml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/verify-deploy-on-push-4.1.yml b/.github/workflows/verify-deploy-on-push-4.1.yml
index 9982d3658..0f073d7b1 100644
--- a/.github/workflows/verify-deploy-on-push-4.1.yml
+++ b/.github/workflows/verify-deploy-on-push-4.1.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       matrix:
         jdk: [8, 11]
-        db-profile: [hsql, h2, derby, mysql-tc, postgres-tc, sqlserver-tc]
+        db-profile: [hsql, h2, derby, mysql-docker, postgres-docker, sqlserver-docker]
         include:
           - jdk: 17
             db-profile: postgres-tc
diff --git a/.github/workflows/verify-on-pr-4.1.yml b/.github/workflows/verify-on-pr-4.1.yml
index f3c030cc9..044747bbf 100644
--- a/.github/workflows/verify-on-pr-4.1.yml
+++ b/.github/workflows/verify-on-pr-4.1.yml
@@ -29,7 +29,7 @@ jobs:
     strategy:
       matrix:
         jdk: [8, 11]
-        db-profile: [hsql, h2, derby, mysql-tc, postgres-tc, sqlserver-tc]
+        db-profile: [hsql, h2, derby, mysql-docker, postgres-docker, sqlserver-docker]
       fail-fast: true
 
     env: