You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/10/31 19:12:32 UTC

[camel-karavan] branch main updated: Update app.yml

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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a28994  Update app.yml
5a28994 is described below

commit 5a289944cf41b7f135297429e9d0280e0bda0221
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Mon Oct 31 15:12:29 2022 -0400

    Update app.yml
---
 .github/workflows/app.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 34f050b..c5e0564 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -28,7 +28,7 @@ jobs:
       - name: Build application public
         working-directory: ./infinispan-quarkus
         run: |
-          mvn clean install -DskipTests -f embedded
+          mvn clean verify
       
       #  Checkout Karavan
       - name: Checkout
@@ -102,4 +102,4 @@ jobs:
           -Dquarkus.container-image.image=ghcr.io/${GITHUB_REPOSITORY}-oidc:${{ env.TAG }} \
           -Dquarkus.container-image.username=${{ github.actor }} \
           -Dquarkus.container-image.password=${{ secrets.GITHUB_TOKEN }}
-        if: ${{ github.ref == 'refs/heads/main' }}
\ No newline at end of file
+        if: ${{ github.ref == 'refs/heads/main' }}