This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c5e0f68ce75e72e30ac0ef5524715f2db5356555
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Mon May 4 15:25:51 2020 +0200

    Fix github actions
---
 .github/workflows/master-pr-build.yml   | 2 +-
 .github/workflows/master-push-build.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index 0548054..212e488 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -40,4 +40,4 @@ jobs:
         key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
         restore-keys: ${{ runner.os }}-m2
     - name: mvn sourcecheck
-      run: ./mvnw -V --no-transfer-progress -Psourcecheck 
-Dcheckstyle.failOnViolation=true checkstyle:checkstyle
+      run: ./mvnw -V --no-transfer-progress -Psourcecheck 
-Dcheckstyle.failOnViolation=true -DskipTests checkstyle:checkstyle verify
diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
index d58568e..10eeba0 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -40,4 +40,4 @@ jobs:
           key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
           restore-keys: ${{ runner.os }}-m2
       - name: mvn sourcecheck
-        run: ./mvnw -V --no-transfer-progress -Psourcecheck 
-Dcheckstyle.failOnViolation=true checkstyle:checkstyle
+        run: ./mvnw -V --no-transfer-progress -Psourcecheck 
-Dcheckstyle.failOnViolation=true -DskipTests checkstyle:checkstyle verify

Reply via email to