feat(build): Add support for remote Gradle build cache (#4357)

This commit is contained in:
James Rich 2026-01-29 13:43:21 -06:00 committed by GitHub
parent 6665737c9b
commit fd3ad804fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 43 additions and 11 deletions

View file

@ -23,11 +23,15 @@ on:
required: false
CODECOV_TOKEN:
required: true
GRADLE_CACHE_URL:
required: false
jobs:
androidTest:
runs-on: ubuntu-latest
timeout-minutes: 45
env:
GRADLE_CACHE_URL: ${{ secrets.GRADLE_CACHE_URL }}
strategy:
matrix:
api-level: ${{ fromJson(inputs.api_levels) }} # Use the input to define the matrix