Skip to content

Commit

Permalink
Update AVD cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Mar 1, 2024
1 parent d5ee8b8 commit d22e770
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ jobs:
- name: Cache AVD
uses: actions/cache@v4
with:
path: |
~/.android/avd
~/.android/adb*
path: ~/.avd
key: avd-${{ hashFiles('lib/build.gradle.kts') }} # gradle-managed devices are defined there

- name: Run device tests
run: ./gradlew --no-daemon virtualCheck
run: ANDROID_AVD_HOME=~/.avd ./gradlew --no-daemon virtualCheck

- name: Archive results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d22e770

Please sign in to comment.