jamesnetherton commented on a change in pull request #1606:
URL: https://github.com/apache/camel-quarkus/pull/1606#discussion_r476472240



##########
File path: .github/workflows/ci-build.yaml
##########
@@ -151,14 +150,101 @@ jobs:
           df -h /
           tar -xzf ../maven-repo.tgz -C ~
           df -h /
-      - name: Build on ${{ matrix.java }}
+      - name: cd extensions-core && mvn test
         run: |
-          ./mvnw -V -ntp ${BRANCH_OPTIONS} \
-            clean verify
-      - name: Fail if there are uncommitted changes
+          cd extensions-core
+          ../mvnw -V -ntp ${BRANCH_OPTIONS} \
+            -Dformatter.skip -Dimpsort.skip -Denforce=false 
-Dcamel-quarkus.update-extension-doc-page.skip \

Review comment:
       Maybe we could look at doing what Quarkus does and combine most of these 
under a `quickly` profile. E.g `mvn clean install -Dquickly`.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to