From db68d7170947b37762a9cbae28f355fc53b706e9 Mon Sep 17 00:00:00 2001 From: "h.malik144@gmail.com" Date: Fri, 15 Sep 2023 13:59:27 +0100 Subject: [PATCH] - UI tests updated --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6088a36..e3e21dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,7 @@ commands: - android/start-emulator-and-run-tests: post-emulator-launch-assemble-command: ./gradlew assembleAndroidTest test-command: ./gradlew connectedDebugAndroidTest --continue - system-image: system-images;android-26;google_apis;x86 + system-image: system-images;android-31;default;x86_64 # store screenshots for failed ui tests - when: condition: on_fail