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

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

commit 3c816e266991a8d5f189443b35e1ed2a10c8d191
Author: Peter Palaga <[email protected]>
AuthorDate: Sun Jun 6 22:24:14 2021 +0200

    Fail at end of the build if any of the tests fails
---
 .github/workflows/ci-build.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 25c612c..7339176 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -181,6 +181,7 @@ jobs:
             eval ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean verify \
               -Dformatter.skip -Dimpsort.skip -Denforcer.skip \
               -Pnative,docker,ci \
+              --fail-at-end \
               -pl "${NATIVE_MODULES[*]}"
           fi
       - name: Fail if there are uncommitted changes
@@ -289,6 +290,7 @@ jobs:
           cd extensions-jvm
           ../mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip \
+            --fail-at-end \
             clean test
 
   integration-tests-alternative-jvm:
@@ -339,6 +341,7 @@ jobs:
           cd integration-tests
           ../mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip \
+            --fail-at-end \
             clean verify
 
   examples-tests:

Reply via email to