From 8f2cb55f93e314ca1025ba9491d4c2d82155b703 Mon Sep 17 00:00:00 2001 From: Iliyan Germanov Date: Tue, 23 Nov 2021 18:50:49 +0200 Subject: [PATCH] Try ui_tests.yml workflow with Pixel 3XL --- .github/workflows/ui_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 369963cb5..0d07dfbba 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -66,7 +66,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 - profile: pixel_5 + profile: pixel_3_xl script: bundle exec fastlane ui_tests - name: Upload Android Tests report to GitHub