From 6cfe1663ad6a8c5f1db674dae6f17b9ba5dd3a49 Mon Sep 17 00:00:00 2001 From: vanGalilea Date: Thu, 14 Sep 2023 17:40:32 +0200 Subject: [PATCH] fix: api 30 pixel 5 --- .github/workflows/e2e-testing.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 4d7180b..0b61c42 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -54,10 +54,10 @@ jobs: if: steps.avd-cache.outputs.cache-hit != 'true' uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 33 + api-level: 30 arch: x86_64 target: google_apis - profile: pixel_6 + profile: pixel_5 force-avd-creation: false avd-name: test ram-size: 8192M @@ -69,10 +69,10 @@ jobs: - name: Test uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 3 + api-level: 30 arch: x86_64 target: google_apis - profile: pixel_6 + profile: pixel_5 force-avd-creation: false avd-name: test ram-size: 8192M @@ -87,6 +87,5 @@ jobs: name: Android Test Data path: | **/fastlane/recordings - **/fastlane/video-buddy-log.txt ~/.maestro/tests