Skip to content

Commit f21e96a

Browse files
committed
tweak cache for GHA
1 parent eef019b commit f21e96a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/actions/setup-env/action.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ runs:
3434
id: free-disk-space
3535
uses: jlumbroso/[email protected]
3636
with:
37-
tool-cache: false
38-
large-packages: false
37+
tool-cache: false
38+
android: false
39+
dotnet: false
40+
haskell: false
41+
large-packages: false
42+
docker-images: false
43+
swap-storage: false
3944

4045
- name: Cache JetBrains JDK
4146
id: cache-jdk
@@ -64,9 +69,9 @@ runs:
6469
add-job-summary-as-pr-comment: 'on-failure'
6570
# # Exclude IntelliJ IDE downloads and extractions from cache (~10GB)
6671
# # These are fast to re-download and would bloat the cache
67-
# gradle-home-cache-excludes: |
68-
# caches/modules-2/files-2.1/idea
69-
# caches/*/transforms
72+
gradle-home-cache-excludes: |
73+
caches/modules-2/files-2.1/idea
74+
caches/*/transforms
7075
build-scan-publish: true
7176
build-scan-terms-of-use-url: 'https://gradle.com/terms-of-service'
7277
build-scan-terms-of-use-agree: 'yes'

.github/workflows/shared-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Run Plugin Verifier
119119
id: verify-plugin
120-
run: ./gradlew --stacktrace verifyPlugin
120+
run: ./gradlew verifyPlugin
121121

122122
- name: Upload Verify Reports
123123
id: upload-verify-reports

0 commit comments

Comments
 (0)