chore(ci): try enabling Configuration Cache in CI

This commit is contained in:
Harsh Shandilya 2022-09-21 16:19:47 +05:30
parent 528e3c7821
commit 220e88fc00
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ jobs:
- name: Run unit tests
uses: gradle/gradle-build-action@v2.3.0
with:
arguments: check -PslimTests --stacktrace --no-configuration-cache
arguments: check -PslimTests
gradle-home-cache-cleanup: true
- name: (Fail-only) Upload test report
@ -58,7 +58,7 @@ jobs:
- name: Build release app
uses: gradle/gradle-build-action@v2.3.0
with:
arguments: collectReleaseApks --no-configuration-cache
arguments: collectReleaseApks
gradle-home-cache-cleanup: true
- name: Clean secrets