mirror of https://github.com/apache/openjpa.git
hard code key cache
This commit is contained in:
parent
6ec962f14f
commit
c97bb58a35
|
@ -36,8 +36,8 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.m2
|
path: ~/.m2
|
||||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
key: 'cache'
|
||||||
restore-keys: ${{ runner.os }}-m2
|
restore-keys: 'cache'
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
- name: Remove Snapshots Before Caching
|
- name: Remove Snapshots Before Caching
|
||||||
|
|
Loading…
Reference in New Issue