Skip to content

Commit

Permalink
fix: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Mar 5, 2024
1 parent ec644e1 commit abdfc43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit abdfc43

Please sign in to comment.