Cache downloaded IDEs used by Plugin Verifier for the verification

This commit is contained in:
Jakub Chrzanowski
2020-10-29 21:46:49 +01:00
committed by GitHub
parent b504a99942
commit 624c6950be
4 changed files with 10 additions and 2 deletions

View File

@@ -169,6 +169,13 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v2
with:
path: ~/.pluginVerifier/ides
key: ${{ runner.os }}-plugin-verifier-ides
# Run IntelliJ Plugin Verifier action using GitHub Action
- name: Verify Plugin
run: ./gradlew runPluginVerifier