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 a0c53b5 Update app.yml
a0c53b5 is described below
commit a0c53b55bf7deb43160f5d019514243b3e849ffd
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Oct 31 15:50:26 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 0af3f49..579d207 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 --fail-never
+ mvn -P-native -DskipIntegrationTests -DskipUnitTests -DskipTests
clean install -pl embedded -am
# Checkout Karavan
- name: Checkout