new units cache strategy

This commit is contained in:
Marco Carrozzo
2023-01-19 19:07:49 +01:00
parent 7a87138c75
commit 612f5cef87
@@ -37,6 +37,7 @@ runs:
REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ hashFiles('**/package-lock.json') }}"
run: |
echo using hashfile '${{ hashFiles("**/package-lock.json") }}'
echo remote path $REMOTE_PATH
if [ -n "${{ inputs.cache-key-suffix }}" ]; then
REMOTE_PATH="${REMOTE_PATH}-${{ inputs.cache-key-suffix }}"
fi