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