Skip to content

Commit

Permalink
fix: api 30 pixel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
vanGalilea committed Sep 14, 2023
1 parent 3e6a848 commit 6cfe166
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -87,6 +87,5 @@ jobs:
name: Android Test Data
path: |
**/fastlane/recordings
**/fastlane/video-buddy-log.txt
~/.maestro/tests

0 comments on commit 6cfe166

Please sign in to comment.