From 0b85c435e85cca44410b483534b5b15b641e989d Mon Sep 17 00:00:00 2001 From: Jamie O'Meara Date: Wed, 12 May 2021 14:37:32 -0600 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 77c3a907f..a7236853b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,16 +44,16 @@ jobs: IMAGE_NAME: 'ghrc.io/omearaj/spring-petclinic' steps: + - name: Checkout + uses: actions/checkout@v2 - - uses: actions/checkout@v2 - - - name: Cache local Maven repository - uses: actions/cache@v2 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - restore-keys: | - ${{ runner.os }}-maven- + #- name: Cache local Maven repository + # uses: actions/cache@v2 + # with: + # path: ~/.m2/repository + # key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} + # restore-keys: | + # ${{ runner.os }}-maven- #- name: Setup Java and Build # uses: actions/setup-java@v2