From 220e88fc000c85b5156b0b9c2410280ce1b911bb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 21 Sep 2022 16:19:47 +0530 Subject: [PATCH] chore(ci): try enabling Configuration Cache in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b92b241..214717b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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