mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
feat(ci): enable $GRADLE_HOME
cache cleanup
This commit is contained in:
parent
d4c61277af
commit
2a7ce2d1a5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue