From d103d6d4ba6638b163b75929c15bb2fe801539a3 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 17 May 2020 01:14:09 +0530 Subject: Add tests for GitServerConfigActivity (#783) * Add tests for GitServerConfigActivity * github: disable animations before running UI tests Signed-off-by: Harsh Shandilya --- .github/workflows/pull_request.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 826e0ff5..7d80d3a5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -59,4 +59,8 @@ jobs: with: api-level: ${{ matrix.api-level }} target: default - script: ./gradlew connectedCheck + 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 connectedCheck -- cgit v1.2.3