GitHub Actions general performance refactoring

pull/204/head
Jakub Chrzanowski 3 years ago committed by Jakub Chrzanowski
parent d8648e589d
commit a982dec017

@ -86,7 +86,7 @@ jobs:
uses: actions/cache@v2.1.6
with:
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
key: plugin-verifier-${{ hashFiles("build/listProductsReleases.txt") }}
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
# Run Verify Plugin task and IntelliJ Plugin Verifier tool
- name: Run Plugin Verification tasks

Loading…
Cancel
Save