From 1ef11dac6e8a78d514c524784768968efb12c790 Mon Sep 17 00:00:00 2001 From: "Loren M. Lang" Date: Mon, 17 Jan 2022 13:58:19 -0800 Subject: [PATCH] Revert "Disable animations when running tests on emulator" All of this is already covered in the Android Emulator workflow action. This reverts commit 393c8e4ed63119bd7757cc217c425d039d2e890a. --- .github/workflows/android.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 898b3df3..3df281b8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -154,12 +154,7 @@ jobs: force-avd-creation: false emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true - script: > - adb shell settings put global window_animation_scale 0 && - adb shell settings put global transition_animation_scale 0 && - adb shell settings put global animator_duration_scale 0 && - adb shell input keyevent 82 && - ./gradlew connectedCheck --stacktrace + script: ./gradlew connectedCheck --stacktrace - name: Upload reports uses: actions/upload-artifact@v2