Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Sep 16, 2024
1 parent 860ed2a commit b837230
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ jobs:
with:
distribution: "temurin"
java-version: "17"

- name: Cache Maven repository
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-

# - name: Create Maven cache folder
# run: |
Expand All @@ -78,6 +70,12 @@ jobs:
-Dhttp.keepAlive=false \
-Dstyle.color=always -Djansi.force=true
- name: Cache Maven repository
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

# - name: Save Maven dependencies
# uses: actions/cache@v3
# with:
Expand Down

0 comments on commit b837230

Please sign in to comment.