Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Dec 9, 2023
1 parent b4bec77 commit 34c7a1e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
api-level: [24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34]
target: [default]
target: [google_apis]
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -45,6 +45,14 @@ jobs:
run: gradle wrapper
- name: Grant execute permission for gradlew
run: chmod +x gradlew
# - name: AVD cache
# uses: actions/cache@v3
# id: avd-cache
# with:
# path: |
# ~/.android/avd/*
# ~/.android/adb*
# key: avd-${{ matrix.api-level }}
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 34c7a1e

Please sign in to comment.