Skip to content

Commit

Permalink
[ConfigSample] Use wildcard in cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
JolandaVerhoef committed Oct 7, 2021
1 parent b121ae5 commit a908ff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/TestConfigurationSample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ jobs:
- name: Cache pixel2api29 system image
uses: actions/cache@v2
with:
path: |
~/.android/gradle/avd/dev29_aosp_x86_Pixel_2.ini
~/.android/gradle/avd/dev29_aosp_x86_Pixel_2.avd
path: ~/.android/gradle/avd/dev29_aosp_x86_Pixel_2.*
key: pixel2api29

- name: Run all tests
Expand Down

0 comments on commit a908ff1

Please sign in to comment.