Skip to content

Commit 65ab621

Browse files
committed
cache dependencies
1 parent 931b8e9 commit 65ab621

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ jobs:
3939
with:
4040
distribution: 'temurin'
4141
java-version: ${{ matrix.jdk }}
42-
- name: Install
42+
cache: maven
43+
- name: Build with Maven
4344
env:
4445
HF_API_KEY: ${{ secrets.HF_API_KEY }}
4546
PALM_API_KEY: ${{ secrets.PALM_API_KEY }}
46-
run: mvn clean install
47+
run: mvn --batch-mode --update-snapshots package
4748

4849

0 commit comments

Comments
 (0)