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

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

commit 9f7a232bbe215e3d66c50faa4d22132cf9062387
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Sep 29 08:39:04 2022 +0100

    Add CI step to test the catalog
---
 .github/workflows/ci-build.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index adb7870f14..d3a4cf03fe 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -249,6 +249,12 @@ jobs:
           ../../mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} \
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip \
             verify
+      - name: cd catalog && mvn test
+        run: |
+          cd catalog
+          ../mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} \
+            -Dformatter.skip -Dimpsort.skip -Denforcer.skip \
+            test
 
   extensions-jvm-tests:
     runs-on: ubuntu-latest

Reply via email to