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 1ac1d26 Update app.yml
1ac1d26 is described below
commit 1ac1d2663fbe80f8072fd2f15cf7f9e151104b61
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Oct 31 15:20:13 2022 -0400
Update app.yml
---
.github/workflows/app.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index c5e0564..0af3f49 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 verify
+ mvn clean install -DskipTests --fail-never
# Checkout Karavan
- name: Checkout