From e23c81daf98abe8a9821f10f9bcf7564ac81d262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A5le=20Andreas=20Sund?= Date: Wed, 18 Dec 2024 15:55:14 +0100 Subject: [PATCH] cache path --- .github/workflows/build-mvn-spring-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-mvn-spring-app.yaml b/.github/workflows/build-mvn-spring-app.yaml index 571b0c2..8eeb054 100644 --- a/.github/workflows/build-mvn-spring-app.yaml +++ b/.github/workflows/build-mvn-spring-app.yaml @@ -82,7 +82,7 @@ jobs: secretKey: ${{ env.S3_NB_SECRET_KEY }} bucket: ${{ env.S3_NB_CACHE_BUCKET }} use-fallback: true - path: + path: | ~/.m2/repository /root/.m2/repository # Using datetime in cache key as OWASP database may change, without the pom changing @@ -202,7 +202,7 @@ jobs: secretKey: ${{ env.S3_NB_SECRET_KEY }} bucket: ${{ env.S3_NB_CACHE_BUCKET }} use-fallback: true - path: + path: | ~/.m2/repository /root/.m2/repository # Using datetime in cache key as OWASP database may change, without the pom changing