github: remove unnecessary animation control

The action does it for us.

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-27 23:29:03 +05:30
parent d6bda5c3d7
commit 8427cc52d8
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -27,9 +27,6 @@ jobs:
api-level: 30 api-level: 30
target: default target: default
script: | 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 ./gradlew :app:connectedDebugAndroidTest
- name: (Fail-only) upload test report - name: (Fail-only) upload test report