You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/08/17 13:15:30 UTC

[camel-k-runtime] 02/02: chore(build): tweak pr-validate workflow

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit def39b9d417b97e1dfebb7864dc97d7e4b26b1a7
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Aug 17 14:21:56 2020 +0200

    chore(build): tweak pr-validate workflow
---
 .github/workflows/pr-validate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml
index 9fc2d43..26673fd 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -31,7 +31,7 @@ jobs:
         version: '11'
     - name: mvn package
       run: |
-        ./mvnw -fae -B -ntp clean package \
+        ./mvnw -fae -B -ntp clean verify \
           -Dcheckstyle.failOnViolation=true \
           -DskipTests \
           -Psourcecheck,license