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.
1 parent efd04eb commit 3a2c743Copy full SHA for 3a2c743
.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 }}-${{ secrets.CACHE_VERSION }}-${{ 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