diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 35cc160c..5e6db75f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -27,9 +27,6 @@ jobs: api-level: 30 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