Skip to content

Commit

Permalink
ci: align emulator versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 6, 2024
1 parent 048bacd commit 1381a95
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,12 @@ jobs:
if: steps.android-virtual-device-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: "29"
api-level: 29
target: google_apis
arch: x86_64
profile: Pixel 6 Pro
force-avd-creation: false
working-directory: ./packages/react-native-app
script: echo "Generated Android Virtual Device Snapshot for Caching"

- name: Install Maestro
Expand All @@ -184,10 +187,12 @@ jobs:
- name: Test Android
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: "29"
api-level: 29
target: google_apis
arch: x86_64
profile: Pixel 6 Pro
working-directory: ./packages/react-native-app
force-avd-creation: false
working-directory: ./packages/react-native-app
script: |
adb install ./android/app-release.apk
maestro test ./e2e/show-map.yml --format junit
Expand Down

0 comments on commit 1381a95

Please sign in to comment.