mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Cache downloaded IDEs used by Plugin Verifier for the verification
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -174,7 +174,7 @@ jobs:
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.pluginVerifier/ides
|
||||
key: ${{ runner.os }}-plugin-verifier-caches
|
||||
key: ${{ runner.os }}-plugin-verifier-cache
|
||||
|
||||
# Run IntelliJ Plugin Verifier action using GitHub Action
|
||||
- name: Verify Plugin
|
||||
|
||||
Reference in New Issue
Block a user