Skip to content

Commit

Permalink
added dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Dec 18, 2024
1 parent 36c3d34 commit cbec452
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Create .m2 directory
run: mkdir -p $HOME/.m2

- name: Cache maven artifacts
uses: actions/cache@v3
with:
key: 'maven'
path: ~/.m2/repository

- name: Set up Java
uses: actions/setup-java@v4
if: matrix.java-version
Expand Down

0 comments on commit cbec452

Please sign in to comment.