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
commit 0073b1df1c6e62a891a2283ca9199edc3ae78926 Author: James Netherton <[email protected]> AuthorDate: Thu Jun 18 13:17:12 2026 +0100 Build Camel Quarkus in parallel --- .github/workflows/ci-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 5e909a65..3f083a1a 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -86,7 +86,7 @@ jobs: if: github.ref == 'refs/heads/camel-quarkus-main' || github.base_ref == 'camel-quarkus-main' run: | cd ${{ runner.temp }}/camel-quarkus - ./mvnw ${MAVEN_ARGS} clean install -Dquickly + ./mvnw ${MAVEN_ARGS} clean install -Dquickly -T1C - name: Save Atlassian Maven Cache uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: github.ref == 'refs/heads/camel-quarkus-main' || github.base_ref == 'camel-quarkus-main'
