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

jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new 430cfb25 Run only test phase for non-native CI workflow jobs
430cfb25 is described below

commit 430cfb25b82d8fbee9ee9a70500a9af9ed3a93e0
Author: James Netherton <[email protected]>
AuthorDate: Sun Mar 29 09:35:47 2026 +0100

    Run only test phase for non-native CI workflow jobs
---
 .github/workflows/ci-build.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 85a6c9cb..2e420720 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -191,7 +191,7 @@ jobs:
       - name: Integration Tests
         shell: bash
         run: |
-          ./mvnw-for-each.sh ${MAVEN_ARGS} clean verify
+          ./mvnw-for-each.sh ${MAVEN_ARGS} clean test
       - name: Fail if there are uncommitted changes
         shell: bash
         run: |
@@ -225,7 +225,7 @@ jobs:
       - name: Integration Tests
         shell: bash
         run: |
-          ./mvnw-for-each.sh ${MAVEN_ARGS} -Dskip-testcontainers-tests clean 
verify
+          ./mvnw-for-each.sh ${MAVEN_ARGS} -Dskip-testcontainers-tests clean 
test
       - name: Fail if there are uncommitted changes
         shell: bash
         run: |

Reply via email to