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 e9d744c commit c6657c4Copy full SHA for c6657c4
.github/workflows/deploy.yml
@@ -76,15 +76,7 @@ jobs:
76
ANVIL_SEPOLIA_RPC_URL: http://localhost:8545
77
ANVIL_ARBITRUM_SEPOLIA_RPC_URL: http://localhost:8546
78
run: |
79
- forge cache clean all &
80
- make fork-sepolia &
81
- make fork-arbitrum-sepolia &
82
-
83
- # Wait for anvil instances to be ready
84
- sleep 5
85
86
- # Deploy all contracts using the Makefile target
87
- make deploy-on-anvil
+ forge cache clean --all && make fork-sepolia & make fork-arbitrum-sepolia & sleep 5 && make deploy-on-anvil
88
89
- name: Deploy contracts on Ethereum Mainnet or Sepolia
90
if: inputs.network == 'sepolia' || inputs.network == 'ethereum'
0 commit comments