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



##########
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:
       It depends what you want to achieve i.e. if you check out master and you 
want a quick way to install everything because you are working on a side 
project that depends on latest camel-quarkus bits, you don't care about 
formattings or docs




----------------------------------------------------------------
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