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.
2 parents 8dd331c + edd2a1c commit da56ceeCopy full SHA for da56cee
.github/workflows/ci-examples.yml
@@ -20,6 +20,7 @@ jobs:
20
java-version: '1.8'
21
- name: Cache Gradle Home files
22
uses: actions/cache@v1
23
+ continue-on-error: true
24
with:
25
path: ~/.gradle/caches
26
key: ${{ runner.os }}-gradle-home-testmatrix-examples-${{ hashFiles('**/*.gradle') }}
@@ -48,6 +49,7 @@ jobs:
48
49
50
51
52
53
54
55
key: ${{ runner.os }}-gradle-home-examples-${{matrix.gradle_args}}_check-${{ hashFiles('**/*.gradle') }}
0 commit comments