Skip to content

Commit

Permalink
Fix github build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Apr 19, 2022
1 parent aa37006 commit 91669ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('/**/pom.xml') }}
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn clean install
Expand Down

0 comments on commit 91669ed

Please sign in to comment.