Skip to content

Commit ee7e3cd

Browse files
committed
Cache downloaded IDEs used by Plugin Verifier for the verification
1 parent 9442509 commit ee7e3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@ jobs:
169169
path: ~/.gradle/wrapper
170170
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
171171

172-
# Cache Plugin Verifier IDEs
172+
# Cache Plugin Verifier IDEs xx
173173
- name: Setup Plugin Verifier IDEs Cache
174174
uses: actions/cache@v2
175175
with:
176176
path: ~/.pluginVerifier/ides
177-
key: ${{ runner.os }}-plugin-verifier-idesxxx
177+
key: ${{ runner.os }}-plugin-verifier-ides
178178

179179
# Run IntelliJ Plugin Verifier action using GitHub Action
180180
- name: Verify Plugin

0 commit comments

Comments
 (0)