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 604d003 commit b3c6a7b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ jobs:
java-version: '18'

- name: Build and Test
uses: reactivecircus/android-emulator-runner@v2
uses: fabernovel/docker-android
with:
api-level: 29
target: playstore
script: npm run test:android -- --sdkVersion 12.5.1.GA
disable-animations: false # defaulting to true, the commands sent to emulator to do this sometimes run too quickly after boot and cause "adb: device offline" failures
docker-android-tag: api-29-ndk-v1.1.0
exec: |
npm run test:android -- --sdkVersion 12.5.1.GA
- name: Show summary of ccache configuration and statistics counters
run: ccache --show-stats
Expand Down

0 comments on commit b3c6a7b

Please sign in to comment.