chore(ci): Change number of shards for parallel test execution (#4428)

This commit is contained in:
James Rich 2026-02-03 12:39:21 -06:00 committed by GitHub
parent 35c0f9afcf
commit ee0e25c706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,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
num_shards: 1 # Run tests in parallel across 1 emulator
secrets: inherit
# This job handles the case when no code changes are detected (docs-only PRs)