From abdfc43121945ed20793a58a5a4b62cad983e6e9 Mon Sep 17 00:00:00 2001 From: xiaoweii Date: Tue, 5 Mar 2024 15:02:11 +0800 Subject: [PATCH] fix: remove cache --- .github/workflows/integration_test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 180815b..3e7f2ff 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -26,7 +26,6 @@ jobs: with: java-version: '8' distribution: 'corretto' - cache: gradle - name: Build SDK release aar file run: | echo ${{ github.event.pull_request.title }} @@ -37,7 +36,6 @@ jobs: with: java-version: '17' distribution: 'corretto' - cache: gradle - name: Build sample android app run: | git clone https://github.com/aws-samples/clickstream-sdk-samples