Skip to content

Commit

Permalink
Cache maven artifacts used by IntelliJ build (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Sonakshi Saxena <nexa@google.com>
  • Loading branch information
emrekultursay and sonakshisaxena1 authored Nov 10, 2024
1 parent 08d35c9 commit 9b4210d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Cache local Maven repository
uses: actions/cache@v3.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('build.txt') }}

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 9b4210d

Please sign in to comment.