Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jan 11, 2025
1 parent 81788e2 commit cadb63e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ jobs:
- name: Build and Test
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
api-level: 29
cores: 2
target: playstore
ram-size: 2048M
arch: x86_64
sdcard-path-or-size: 100M
script: npm run test:android -- --sdkVersion 12.5.1.GA
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
Expand Down

0 comments on commit cadb63e

Please sign in to comment.