Skip to content

Commit

Permalink
api 29
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Trocki committed Jan 17, 2025
1 parent d8c770e commit 6c50913
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,9 @@ jobs:
- name: Run Android Emulator and app
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
target: google_apis
arch: arm64-v8a # Change architecture to ARM
profile: pixel_2
ram-size: '4096M'
disk-size: '10G'
disable-animations: false
avd-name: e2e_emulator
api-level: 29
script: |
./gradlew app:connectedCheck
bun example:android:release
bun test:e2e:android
Expand Down

0 comments on commit 6c50913

Please sign in to comment.