This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 310277c04ef11db70a276c5a92b913c7508b3600 Author: Peter Palaga <[email protected]> AuthorDate: Thu May 7 22:14:21 2020 +0200 Skip JVM mode tests in the native jobs --- .github/workflows/ci-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 7499b62..e01e970 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -203,6 +203,7 @@ jobs: eval ./mvnw -V -ntp ${BRANCH_OPTIONS} clean verify \ -Dnative \ -Ddocker \ + -DskipTests \ -pl "${modules[*]}" # memoryhogs:
