Skip to content

Commit

Permalink
Revert "Disable animations when running tests on emulator"
Browse files Browse the repository at this point in the history
All of this is already covered in the Android Emulator workflow action.

This reverts commit 393c8e4.
  • Loading branch information
penguin359 committed Jan 17, 2022
1 parent 4f0ad1d commit 1ef11da
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ef11da

Please sign in to comment.