Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/modules/localstack/softw…
Browse files Browse the repository at this point in the history
…are.amazon.awssdk-s3-2.15.7
  • Loading branch information
rnorth committed Oct 12, 2020
2 parents 83d3fe0 + edd2a1c commit 802cb15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
java-version: '1.8'
- name: Cache Gradle Home files
uses: actions/cache@v1
continue-on-error: true
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-home-testmatrix-examples-${{ hashFiles('**/*.gradle') }}
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:
java-version: '1.8'
- name: Cache Gradle Home files
uses: actions/cache@v1
continue-on-error: true
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-home-examples-${{matrix.gradle_args}}_check-${{ hashFiles('**/*.gradle') }}
Expand Down

0 comments on commit 802cb15

Please sign in to comment.