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
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.pluginVerifier/ides
|
path: ~/.pluginVerifier/ides
|
||||||
key: ${{ runner.os }}-plugin-verifier-cache
|
key: ${{ runner.os }}-plugin-verifier-idesxxx
|
||||||
|
|
||||||
# Run IntelliJ Plugin Verifier action using GitHub Action
|
# Run IntelliJ Plugin Verifier action using GitHub Action
|
||||||
- name: Verify Plugin
|
- name: Verify Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user