ppalaga commented on a change in pull request #1606:
URL: https://github.com/apache/camel-quarkus/pull/1606#discussion_r476500120
##########
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:
Hm... I am a bit undecided, what should be there in `-Dquickly`. I tend
to think that most of times when I want to build quickly, `-Dformatter.skip
-Dimpsort.skip -Denforce=false -Dcamel-quarkus.update-extension-doc-page.skip`
should not be there, because in that way, I'd end up with unformated source
tree with bad deps and stale 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:
[email protected]