Skip to content

Commit

Permalink
GitHub Actions: put old config for cache in generation jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Dec 16, 2021
1 parent 265e285 commit aa43acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-generation
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: 'Test: Beer project'
Expand Down

0 comments on commit aa43acf

Please sign in to comment.