Skip to content

Commit

Permalink
[issue-196] - Adding dependency caching to the simple-build workflow …
Browse files Browse the repository at this point in the history
…Maven build

Signed-off-by: [email protected]
  • Loading branch information
fabiobrz committed Sep 3, 2024
1 parent 12697c3 commit 725e9e0
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 725e9e0

Please sign in to comment.