chore(ci): Optimize and stabilize Gradle builds and CI workflows (#4390)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-02-01 12:03:17 -06:00 committed by GitHub
parent 152099c7e9
commit 3659f468e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 236 additions and 131 deletions

View file

@ -44,6 +44,8 @@ jobs:
needs: lint
if: ${{ !cancelled() && !failure() }}
uses: ./.github/workflows/reusable-android-build.yml
with:
test_flavors: 'google'
secrets: inherit
androidTest:
@ -53,6 +55,7 @@ jobs:
with:
api_levels: '[35]' # Run only on API 35 for PRs
test_flavors: 'google' # Run only Google flavor for PRs (faster)
num_shards: 2 # Run tests in parallel across 2 emulators
secrets: inherit
# This job handles the case when no code changes are detected (docs-only PRs)