We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc4e3a commit ef6f8c8Copy full SHA for ef6f8c8
1 file changed
.github/workflows/test-simulators.yaml
@@ -22,6 +22,9 @@ jobs:
22
23
- name: Setup Gradle
24
uses: gradle/actions/setup-gradle@v4
25
+ with:
26
+ # Just for testing
27
+ cache-read-only: false
28
29
- name: AVD Cache
30
uses: actions/cache@v3
0 commit comments