Skip to content

Commit

Permalink
Try to run tests with Unified gradle test runner without android-emul…
Browse files Browse the repository at this point in the history
…ator-runner.
  • Loading branch information
ychescale9 committed Jul 20, 2021
1 parent 4b5f292 commit 4594a88
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4594a88

Please sign in to comment.