Skip to content

Commit

Permalink
Add caching of maven dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
csc-gip authored Nov 3, 2023
1 parent 35eadca commit b5d3052
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Check out xyna-factory
uses: actions/checkout@v3

- uses: actions/cache@v3
id: maven-cache
with:
path: /home/runner/.m2
key: ${{ runner.os }}-maven-cache-for-pr-build-${{ hashFiles('installation/build/pom.xml') }}

- name: determine changed modules
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b5d3052

Please sign in to comment.