From 34c7a1e6f0bbb31a5b5707de921861ead22cc6e8 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Sat, 9 Dec 2023 18:00:06 -0400 Subject: [PATCH] CI --- .github/workflows/android.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b8ed304..1ac1d0e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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 @@ -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: