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

- name: Run device tests
Expand All @@ -57,6 +55,5 @@ jobs:
if: always()
with:
name: test-results
path: |
lib/build/reports
path: lib/build/reports
overwrite: true

0 comments on commit a0eabb8

Please sign in to comment.