Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Enable build cache
  • Loading branch information
abedurftig authored May 7, 2021
1 parent c3f7eed commit 346430c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,13 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Build Cache
uses: actions/[email protected]
with:
path: |
~/.gradle
~/.m2/repository
key: build-cache

- name: Build
run: ./gradlew build

0 comments on commit 346430c

Please sign in to comment.