Skip to content

Commit 1ce8b83

Browse files
CAMOBAPclaude
andcommitted
fix(ci): switch android emulator to default target and stop gradle daemon before boot
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c7cc802 commit 1ce8b83

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,14 @@ jobs:
199199
working-directory: apps/fs-experiment
200200
run: npx react-native build-android --tasks assembleDebug
201201

202+
- name: Stop Gradle daemon
203+
run: ./apps/fs-experiment/android/gradlew --stop
204+
202205
- name: Run emulator and harness tests
203206
uses: ReactiveCircus/android-emulator-runner@v2
204207
with:
205208
api-level: 35
206-
target: google_apis
209+
target: default
207210
arch: x86_64
208211
avd-name: test_device
209212
force-avd-creation: true

0 commit comments

Comments
 (0)