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 612a897 commit 3867b4a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
android:
runs-on: ubuntu-22.04
container:
image: docker://fabernovel/android:api-29-v1.1.0
name: Android
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache
Expand Down Expand Up @@ -76,11 +78,7 @@ jobs:
java-version: '18'

- name: Build and Test
uses: fabernovel/docker-android
with:
docker-android-tag: api-29-ndk-v1.1.0
exec: |
npm run test:android -- --sdkVersion 12.5.1.GA
run: 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 3867b4a

Please sign in to comment.