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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new 2330d6e7f added workflow for integration testing
2330d6e7f is described below

commit 2330d6e7fb22175611e77b702167739baf267a67
Author: Thomas Andraschko <[email protected]>
AuthorDate: Mon Feb 26 13:32:18 2024 +0100

    added workflow for integration testing
---
 .github/workflows/ci.yml          | 5 +++--
 .github/workflows/integration.yml | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6a7c2400b..205395b08 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,9 +44,7 @@ permissions:
   
 jobs:
   build:
-
     runs-on: ubuntu-latest
-
     steps:
       - uses: actions/checkout@v3
         with:
@@ -64,6 +62,9 @@ jobs:
           restore-keys: ${{ runner.os }}-m2
       - name: Build (OpenWebBeans)
         run: mvn clean install -POWB
+        continue-on-error: true
       - name: Build (Weld)
         run: mvn clean install -PWeld
+        continue-on-error: true
+
         
diff --git a/.github/workflows/integration.yml 
b/.github/workflows/integration.yml
index ccbf89120..a985ed7f1 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -50,6 +50,8 @@ jobs:
           restore-keys: ${{ runner.os }}-m2
       - name: Build (TomEE)
         run: mvn clean install -Ptomee-build-managed
+        continue-on-error: true
       - name: Build (Wildfly)
         run: mvn clean install -Pwildfly-build-managed
+        continue-on-error: true
         

Reply via email to