We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b121ae5 commit a908ff1Copy full SHA for a908ff1
.github/workflows/TestConfigurationSample.yaml
@@ -76,9 +76,7 @@ jobs:
76
- name: Cache pixel2api29 system image
77
uses: actions/cache@v2
78
with:
79
- path: |
80
- ~/.android/gradle/avd/dev29_aosp_x86_Pixel_2.ini
81
- ~/.android/gradle/avd/dev29_aosp_x86_Pixel_2.avd
+ path: ~/.android/gradle/avd/dev29_aosp_x86_Pixel_2.*
82
key: pixel2api29
83
84
- name: Run all tests
0 commit comments