Revert "github: disable unneeded emulator runner"

This reverts commit 5d74c6787f.
This commit is contained in:
Aditya Wasan 2021-02-27 20:37:39 +05:30
parent ce7abc7afb
commit 3013dcd9f3
No known key found for this signature in database
GPG key ID: 6D6DF3BF15DE79B5

View file

@ -21,16 +21,16 @@ jobs:
with:
arguments: test --stacktrace
# - name: Run instrumentation tests
# uses: reactivecircus/android-emulator-runner@08b092e904025fada32a01b711af1e7ff7b7a4a3
# with:
# api-level: 23
# target: default
# script: |
# adb shell settings put global animator_duration_scale 0
# adb shell settings put global transition_animation_scale 0
# adb shell settings put global window_animation_scale 0
# ./gradlew :app:connectedDebugAndroidTest
- name: Run instrumentation tests
uses: reactivecircus/android-emulator-runner@08b092e904025fada32a01b711af1e7ff7b7a4a3
with:
api-level: 23
target: default
script: |
adb shell settings put global animator_duration_scale 0
adb shell settings put global transition_animation_scale 0
adb shell settings put global window_animation_scale 0
./gradlew :app:connectedDebugAndroidTest
- name: (Fail-only) upload test report
if: failure()