From 0772c93d54802548f2b4ad99595b02eea94682a3 Mon Sep 17 00:00:00 2001 From: Matheus Miranda <15269393+matheus-miranda@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:36:53 -0300 Subject: [PATCH] workflow improvements --- .github/workflows/instrumented-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/instrumented-tests.yml b/.github/workflows/instrumented-tests.yml index 4009da5..ef406c8 100644 --- a/.github/workflows/instrumented-tests.yml +++ b/.github/workflows/instrumented-tests.yml @@ -23,7 +23,8 @@ jobs: - name: Run tests uses: ReactiveCircus/android-emulator-runner@v2.30.1 with: - api-level: 30 + api-level: 33 target: google_apis arch: x86_64 - script: ./gradlew connectedCheck + disable-animations: true + script: ./gradlew connectedDebugAndroidTest -x :core:network:connectedDebugAndroidTest -x :core:testing:connectedDebugAndroidTest -x :core:ui:connectedDebugAndroidTest