From 3c2d811466d6be7c9d7e7bfc4508a81b9aa97a1b Mon Sep 17 00:00:00 2001 From: Bernd Date: Fri, 15 Mar 2024 23:32:54 +0100 Subject: [PATCH] maven-verify.yml: use a more stable dependency file (#48) (#50) Make sure maven cache can be used more often. Fixes #48 --- .github/workflows/maven-verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index cc06289..02607c1 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,6 +25,7 @@ jobs: java-version: '21' distribution: 'zulu' cache: maven + cache-dependency-path: '.github/workflows/maven-verify.yml' # #48: 'tests/pom.xml' - name: Run Maven (verify) run: cd tests/ && mvn -B -V -ntp -e verify