Skip to content

Commit

Permalink
ci: replace manual caching with gradle-build-action
Browse files Browse the repository at this point in the history
Also, after this commit, GH will receive list of dependencies used by Dependabot alerts
  • Loading branch information
wzieba committed Dec 22, 2023
1 parent ee10ca6 commit c89e102
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Cache Gradle Caches
uses: actions/cache@v1
with:
path: ~/.gradle/caches/
key: cache-gradle-cache
- name: Cache Gradle Wrapper
uses: actions/cache@v1
with:
path: ~/.gradle/wrapper/
key: cache-gradle-wrapper
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run Gradle tasks
run: ./gradlew :measure-builds:preMerge --continue
- name: Stop Gradle
Expand Down

0 comments on commit c89e102

Please sign in to comment.