diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 9c72c8b5..3c8abee1 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -11,6 +11,7 @@ jobs: with: distribution: "temurin" java-version: 17 + cache: gradle - name: detekt run: | ./gradlew clean detekt @@ -39,6 +40,7 @@ jobs: with: distribution: "temurin" java-version: 17 + cache: gradle - name: Assemble Debug APK run: bash ./gradlew sample:assembleDebug - name: Upload app APK @@ -58,6 +60,7 @@ jobs: with: distribution: "temurin" java-version: 17 + cache: gradle - name: Assemble Instrumental APK run: bash ./gradlew sample:assembleDebugAndroidTest - name: Upload app APK