Skip to content

Commit

Permalink
Enable gradle-home-cache-cleanup on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Nov 21, 2023
1 parent 5087c86 commit 7fb0ddf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true

- name: Check spotless
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache
Expand Down Expand Up @@ -135,6 +137,8 @@ jobs:

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true

- name: Build projects before running emulator
run: ./gradlew packageDemoDebug packageDemoDebugAndroidTest
Expand Down

0 comments on commit 7fb0ddf

Please sign in to comment.