Skip to content

Commit efd04eb

Browse files
authored
chore(contracts-testing): force clearing cache
Github Actions don't allow clearing the cache right now, it is planned for end of 2022, this is to force a cache miss and workaround the limitation: actions/cache#2
1 parent c8ba7e1 commit efd04eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
path: |
2929
~/.npm
3030
**/node_modules
31-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}
31+
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}
3232
restore-keys: |
3333
${{ runner.os }}-build-${{ env.cache-name }}-
3434
${{ runner.os }}-build-

0 commit comments

Comments
 (0)