Skip to content

Commit

Permalink
maven-verify.yml: use a more stable dependency file (#48) (#50)
Browse files Browse the repository at this point in the history
Make sure maven cache can be used more often.

Fixes #48
  • Loading branch information
ecki authored Mar 15, 2024
1 parent 1cf9412 commit 3c2d811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c2d811

Please sign in to comment.