mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-24 14:50:26 -04:00
chore(ci): Change number of shards for parallel test execution (#4428)
This commit is contained in:
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user