new units cache strategy

This commit is contained in:
Marco Carrozzo
2023-01-19 18:51:46 +01:00
parent 8e3b536425
commit f024f193ff
@@ -36,7 +36,7 @@ runs:
env:
REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ hashFiles('**/package-lock.json') }}"
run: |
echo "using hashfile: ${{ hashFiles('**/package-lock.json') }}"
echo "using hashfile '${{ hashFiles(**/package-lock.json) }}'"
if [ -n "${{ inputs.cache-key-suffix }}" ]; then
REMOTE_PATH="${REMOTE_PATH}-${{ inputs.cache-key-suffix }}"
fi