Skip to content

Commit c6657c4

Browse files
committed
test
1 parent e9d744c commit c6657c4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,7 @@ jobs:
7676
ANVIL_SEPOLIA_RPC_URL: http://localhost:8545
7777
ANVIL_ARBITRUM_SEPOLIA_RPC_URL: http://localhost:8546
7878
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
79+
forge cache clean --all && make fork-sepolia & make fork-arbitrum-sepolia & sleep 5 && make deploy-on-anvil
8880
8981
- name: Deploy contracts on Ethereum Mainnet or Sepolia
9082
if: inputs.network == 'sepolia' || inputs.network == 'ethereum'

0 commit comments

Comments
 (0)