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