From ee0e25c7060aa7c203a2d13d0ea6c217837a6b64 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Tue, 3 Feb 2026 12:39:21 -0600 Subject: [PATCH] chore(ci): Change number of shards for parallel test execution (#4428) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 98bf0f355..dc9d9b447 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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)