Skip to content

Commit a908ff1

Browse files
[ConfigSample] Use wildcard in cache path
1 parent b121ae5 commit a908ff1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/TestConfigurationSample.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ jobs:
7676
- name: Cache pixel2api29 system image
7777
uses: actions/cache@v2
7878
with:
79-
path: |
80-
~/.android/gradle/avd/dev29_aosp_x86_Pixel_2.ini
81-
~/.android/gradle/avd/dev29_aosp_x86_Pixel_2.avd
79+
path: ~/.android/gradle/avd/dev29_aosp_x86_Pixel_2.*
8280
key: pixel2api29
8381

8482
- name: Run all tests

0 commit comments

Comments
 (0)