Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit f96b98f

Browse files
committed
[SORMAS-Foundation#3730] restore correct key
1 parent c17ea4b commit f96b98f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
with:
2828
path: ~/.m2
2929
key: ${{ runner.os }}-java-${{ matrix.java }}-m2-${{ hashFiles('**/pom.xml', '**/*.pom') }}
30-
restore-keys: ${{ runner.os }}-m2
30+
restore-keys: ${{ runner.os }}-java-${{ matrix.java }}-m2
3131
- name: Build with Maven
32-
run: mvn verify -B -ntp
3332
working-directory: ./sormas-base
33+
run: mvn verify -B -ntp
34+

0 commit comments

Comments
 (0)