GitHub Actions general performance refactoring

This commit is contained in:
Jakub Chrzanowski 2021-09-30 15:39:13 +02:00 committed by Jakub Chrzanowski
parent d8648e589d
commit a982dec017

View File

@ -86,7 +86,7 @@ jobs:
uses: actions/cache@v2.1.6 uses: actions/cache@v2.1.6
with: with:
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides 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 # Run Verify Plugin task and IntelliJ Plugin Verifier tool
- name: Run Plugin Verification tasks - name: Run Plugin Verification tasks