Skip to content

Commit

Permalink
Add gradle wrapper cache (aws#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
willarmiros authored Jun 16, 2021
1 parent fd3cc7b commit 836654a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
java-version: 11

- name: Cache Gradle Wrapper
uses: actions/cache@v1
with:
path: ~/.gradle/wrapper
key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}

- name: Run smoke tests
id: distribution-availability
run: ./gradlew :smoke-tests:check -PtestDistributionChannel=true
Expand Down

0 comments on commit 836654a

Please sign in to comment.