Skip to content

Commit 6cdad0f

Browse files
committed
Try to run tests with Unified gradle test runner without android-emulator-runner.
1 parent 0df51f1 commit 6cdad0f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,8 @@ jobs:
188188
${{ runner.os }}-${{ github.job }}-
189189
190190
- name: Run Android instrumented tests
191-
uses: reactivecircus/android-emulator-runner@v2
192-
with:
193-
api-level: 23
194-
arch: x86
195-
profile: Nexus 5X
196-
script: ./gradlew connectedCheck
191+
run: |
192+
./gradlew ui-home:pixel2api28DebugAndroidTest
197193
198194
publish-to-play-store:
199195
name: Publish to Play Store

0 commit comments

Comments
 (0)