Skip to content

Commit

Permalink
Merge pull request #197 from fabiobrz/issue-196.ci.simple-build-cache…
Browse files Browse the repository at this point in the history
…-deps

[issue-196] - Adding dependency caching to the simple-build workflow Maven build
  • Loading branch information
jbliznak authored Sep 3, 2024
2 parents 12697c3 + 725e9e0 commit 9a973a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/simple-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn -version ; mvn clean install -U -B -DskipTests ; mvn test -pl testsuite/deployments/deployments-provider,core,provisioners -am

0 comments on commit 9a973a7

Please sign in to comment.