We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d60b7f + 3a2c743 commit 9c895a6Copy full SHA for 9c895a6
.github/workflows/contracts-testing.yml
@@ -28,11 +28,9 @@ jobs:
28
path: |
29
~/.npm
30
**/node_modules
31
- key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}
+ key: ${{ runner.os }}-build-${{ secrets.CACHE_VERSION }}-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}
32
restore-keys: |
33
- ${{ runner.os }}-build-${{ env.cache-name }}-
34
- ${{ runner.os }}-build-
35
- ${{ runner.os }}-
+ ${{ runner.os }}-build-${{ secrets.CACHE_VERSION }}-${{ env.cache-name }}-
36
37
#- name: Install parent dependencies
38
# run: |
0 commit comments