Skip to content

Commit

Permalink
Caching
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Jul 29, 2024
1 parent 2b921c0 commit d065838
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- run: mvn --batch-mode clean package verify
cache: 'maven'
cache-dependency-path: 'sub-project/pom.xml' # optional
- run: mvn -B clean package verify

0 comments on commit d065838

Please sign in to comment.