From 4594a88764be5d32e78fefb5ed1731c4a3a035b9 Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 8 Jun 2021 20:03:04 +1000 Subject: [PATCH] Try to run tests with Unified gradle test runner without android-emulator-runner. --- .github/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 500179fe..0afe3297 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,14 +208,8 @@ jobs: script: echo "Generated AVD snapshot for caching." - name: Run Android instrumented tests - uses: reactivecircus/android-emulator-runner@v2 - with: - api-level: 23 - arch: x86 - profile: Nexus 5X - force-avd-creation: false - emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - script: ./gradlew connectedCheck + run: | + ./gradlew ui-home:pixel2api28DebugAndroidTest publish-to-play-store: name: Publish to Play Store