Skip to content

Commit

Permalink
Use caching of Maven Dependencies for Deploy Github Action
Browse files Browse the repository at this point in the history
Signed-off-by: Rikard Höglund <rikard.hoglund@ri.se>
  • Loading branch information
rikard-sics committed Apr 1, 2023
1 parent 80d8954 commit 9e1fc23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2

- uses: actions/setup-java@v1
- uses: actions/setup-java@v2
with:
java-version: 8.0.x
architecture: x64

distribution: 'zulu'
cache: 'maven'

- name: Build Jar files and prepare dependencies for applications
run: |
./build-group-apps.sh
Expand Down

0 comments on commit 9e1fc23

Please sign in to comment.