mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
fix: ci compile cache
This commit is contained in:
parent
b3600300fa
commit
9dcd94e3c2
|
@ -20,7 +20,7 @@ jobs: # a collection of steps
|
||||||
- ./node_modules
|
- ./node_modules
|
||||||
- restore_cache: # restore hardhat compile cache
|
- restore_cache: # restore hardhat compile cache
|
||||||
name: Restore Hardhat Compilation Cache
|
name: Restore Hardhat Compilation Cache
|
||||||
key: solidity-files-cache-{{ checksum "./cache/solidity-files-cache.json" }}
|
key: solidity-files-cache-
|
||||||
- run: # Compile
|
- run: # Compile
|
||||||
name: Compile
|
name: Compile
|
||||||
command: yarn compile
|
command: yarn compile
|
||||||
|
|
Loading…
Reference in New Issue
Block a user