Skip to content

Commit

Permalink
remove karma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Feb 1, 2025
1 parent cadb63e commit b2b6e2a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ jobs:
distribution: 'adopt'
java-version: '18'

- name: Build and Test
uses: reactivecircus/android-emulator-runner@v2
with:
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
disable-animations: true
# - name: Build and Test
# uses: reactivecircus/android-emulator-runner@v2
# with:
# 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
# disable-animations: true

- name: Show summary of ccache configuration and statistics counters
run: ccache --show-stats
Expand Down

0 comments on commit b2b6e2a

Please sign in to comment.