Skip to content

Commit

Permalink
set maven cache on setup-java action
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Nov 12, 2024
1 parent 51d5b47 commit 341d9de
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
java-version: 11
distribution: adopt
cache: 'maven'

- name: Set up nodejs
uses: actions/setup-node@v4
Expand All @@ -37,11 +38,6 @@ jobs:
sudo apt update
sudo apt install ffmpeg
- name: Restore Maven cache
uses: skjolber/maven-cache-github-action@v1
with:
step: restore

- name: Build
run: |
mkdir ~/tmp
Expand All @@ -57,8 +53,3 @@ jobs:
path: |
./**/surefire-reports
./**/result
- name: Save Maven cache
uses: skjolber/maven-cache-github-action@v1
with:
step: save

0 comments on commit 341d9de

Please sign in to comment.