Skip to content

Commit

Permalink
enable cache in CI (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov authored Nov 9, 2024
1 parent 1b27c36 commit a46ed54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
# with `true`, caches will only be created in `master` branch, and PRs will run read-only
cache-read-only: true

- name: Build
run: ./gradlew assemble --stacktrace -Pkotlin.incremental=false
Expand Down

0 comments on commit a46ed54

Please sign in to comment.