Skip to content

Commit

Permalink
Update 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 3dd292f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ jobs:
uses: actions/cache@v4
with:
path: |
~/.android/avd
~/.android/adb*
${{ github.workspace }}/.avd
key: avd-${{ hashFiles('lib/build.gradle.kts') }} # gradle-managed devices are defined there

- name: Run device tests
run: ./gradlew --no-daemon virtualCheck
env:
ANDROID_AVD_HOME: ${{ github.workspace }}/.avd

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

0 comments on commit 3dd292f

Please sign in to comment.