Skip to content

Commit

Permalink
ci: improve android caching
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 6, 2024
1 parent ff71fd8 commit 552e45f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,14 @@ jobs:
with:
distribution: zulu
java-version: 21
cache: gradle

- name: Cache Android Build
uses: actions/cache@v4
id: android-build-cache
with:
path: |
./android/build
./packages/react-native-app/android/.gradle
./packages/react-native-app/android/app/build
./packages/react-native-app/android/build
Expand Down

0 comments on commit 552e45f

Please sign in to comment.