Skip to content

Commit

Permalink
158: changed cache key
Browse files Browse the repository at this point in the history
Task-Url: #158
  • Loading branch information
LorenzoBettini committed Jun 20, 2022
1 parent e9b2a8d commit 518c483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
path: |
~/.m2
~/.sonar/cache
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml', '**/*.yml', '**/*.target') }}
restore-keys: ${{ runner.os }}-m2-
key: ${{ runner.os }}-jdk11-m2-${{ hashFiles('**/pom.xml', '**/*.yml', '**/*.target') }}
restore-keys: ${{ runner.os }}-jdk11-m2-
- name: Build with Maven
run: >
xvfb-run
Expand Down

0 comments on commit 518c483

Please sign in to comment.