Skip to content

Commit

Permalink
Update android-test.yml
Browse files Browse the repository at this point in the history
- Limit to api level 34
- Disable AVD and gradle cache
  • Loading branch information
udenr authored Oct 22, 2024
1 parent 14ee29f commit 1378086
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [34, "${{ needs.check-if-tests-exist.outputs.min-sdk-version }}", "${{ needs.check-if-tests-exist.outputs.target-sdk-version }}"]
api-level: [34]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -49,18 +49,6 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Gradle cache
uses: gradle/gradle-build-action@v3

- name: AVD cache
uses: actions/cache@v4
id: avd-cache
with:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-${{ matrix.api-level }}

- name: Set up JDK environment
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 1378086

Please sign in to comment.