Skip to content

Commit

Permalink
ci: list emulators
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 6, 2024
1 parent d76bb05 commit 19dd210
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,13 @@ jobs:
name: android-app
path: ./packages/react-native-app/android/

- name: Check apk
run: |
ls -la
cd android
ls -la
- name: Test Android
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
working-directory: ./packages/react-native-app
script: |
avdmanager list device
adb install ./android/app-release.apk
maestro test ./e2e/show-map.yml --format junit
Expand Down

0 comments on commit 19dd210

Please sign in to comment.