mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +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
|
uses: gradle/gradle-build-action@v2.3.0
|
||||||
with:
|
with:
|
||||||
arguments: check --stacktrace --no-configuration-cache
|
arguments: check --stacktrace --no-configuration-cache
|
||||||
|
gradle-home-cache-cleanup: true
|
||||||
|
|
||||||
- name: (Fail-only) Upload test report
|
- name: (Fail-only) Upload test report
|
||||||
if: failure()
|
if: failure()
|
||||||
|
@ -58,6 +59,7 @@ jobs:
|
||||||
uses: gradle/gradle-build-action@v2.3.0
|
uses: gradle/gradle-build-action@v2.3.0
|
||||||
with:
|
with:
|
||||||
arguments: collectReleaseApks --no-configuration-cache
|
arguments: collectReleaseApks --no-configuration-cache
|
||||||
|
gradle-home-cache-cleanup: true
|
||||||
|
|
||||||
- name: Clean secrets
|
- name: Clean secrets
|
||||||
run: scripts/signing-cleanup.sh
|
run: scripts/signing-cleanup.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue