From 552e45fa898c2eb61c9d1718a3fddb9a9041e5ba Mon Sep 17 00:00:00 2001 From: Kilian Finger Date: Fri, 6 Dec 2024 13:28:00 +0100 Subject: [PATCH] ci: improve android caching --- .github/workflows/review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 536713e71..ed00b0b8b 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -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