feat(ci): enable $GRADLE_HOME cache cleanup

This commit is contained in:
Harsh Shandilya 2022-08-30 08:44:03 +05:30
parent d4c61277af
commit 2a7ce2d1a5
No known key found for this signature in database

View file

@ -27,6 +27,7 @@ jobs:
uses: gradle/gradle-build-action@v2.3.0
with:
arguments: check --stacktrace --no-configuration-cache
gradle-home-cache-cleanup: true
- name: (Fail-only) Upload test report
if: failure()
@ -58,6 +59,7 @@ jobs:
uses: gradle/gradle-build-action@v2.3.0
with:
arguments: collectReleaseApks --no-configuration-cache
gradle-home-cache-cleanup: true
- name: Clean secrets
run: scripts/signing-cleanup.sh