Skip to content

Commit

Permalink
ci: try different profile
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 6, 2024
1 parent 574d620 commit 8090c33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,11 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
target: google_apis
arch: x86_64
force-avd-creation: false
working-directory: ./packages/react-native-app
pre-emulator-launch-script: sdkmanager --list
script: echo "Generated Android Virtual Device Snapshot for Caching"

- name: Install Maestro
Expand All @@ -185,6 +188,8 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
target: google_apis
arch: x86_64
force-avd-creation: false
working-directory: ./packages/react-native-app
script: |
Expand Down

0 comments on commit 8090c33

Please sign in to comment.