Skip to content

Commit

Permalink
Use gradle cache in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 9, 2024
1 parent 0980175 commit a13cd45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run build
run: "./gradlew clean :app:shadowJar"
- name: Gradle build with cache
uses: burrunan/gradle-cache-action@v1
with:
arguments: "clean :app:shadowJar"
- name: Run integration tests
id: tests
uses: data-catering/insta-integration@v1
Expand Down

0 comments on commit a13cd45

Please sign in to comment.