Skip to content

Commit da39abb

Browse files
committed
Use dedicated build step to package test apps before spawning the emulator
1 parent c8b7766 commit da39abb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/AndroidCIWithGmd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Setup Android SDK
2525
uses: android-actions/setup-android@v2
2626

27+
- name: Build AndroidTest apps
28+
run: ./gradlew packageDemoDebug packageDemoDebugAndroidTest
29+
2730
- name: Run instrumented tests with GMD
2831
run: ./gradlew cleanManagedDevices --unused-only &&
2932
./gradlew ${{ matrix.device-config }}DemoDebugAndroidTest -Dorg.gradle.workers.max=1

0 commit comments

Comments
 (0)