mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
Update maven.yml
This commit is contained in:
parent
f9652bc5b5
commit
0b85c435e8
1 changed files with 9 additions and 9 deletions
18
.github/workflows/maven.yml
vendored
18
.github/workflows/maven.yml
vendored
|
@ -44,16 +44,16 @@ jobs:
|
||||||
IMAGE_NAME: 'ghrc.io/omearaj/spring-petclinic'
|
IMAGE_NAME: 'ghrc.io/omearaj/spring-petclinic'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
#- name: Cache local Maven repository
|
||||||
|
# uses: actions/cache@v2
|
||||||
- name: Cache local Maven repository
|
# with:
|
||||||
uses: actions/cache@v2
|
# path: ~/.m2/repository
|
||||||
with:
|
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
path: ~/.m2/repository
|
# restore-keys: |
|
||||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
# ${{ runner.os }}-maven-
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-maven-
|
|
||||||
|
|
||||||
#- name: Setup Java and Build
|
#- name: Setup Java and Build
|
||||||
# uses: actions/setup-java@v2
|
# uses: actions/setup-java@v2
|
||||||
|
|
Loading…
Reference in a new issue