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 a3cd60d Update app.yml
a3cd60d is described below
commit a3cd60d2f7da6bb0852ad8dc7ceb449f6e75a1af
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Oct 31 15:55:49 2022 -0400
Update app.yml
---
.github/workflows/app.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 579d207..e955e97 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -30,6 +30,14 @@ jobs:
run: |
mvn -P-native -DskipIntegrationTests -DskipUnitTests -DskipTests
clean install -pl embedded -am
+ - name: Cache local Maven repository
+ uses: actions/cache@v3
+ with:
+ path: |
+ ~/.m2/repository
+ key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+ restore-keys: ${{ runner.os }}-maven-
+
# Checkout Karavan
- name: Checkout
uses: actions/checkout@v3