File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ jobs:
4141 echo "Deploying to network '${{ inputs.network }}' with environment '${{ inputs.environment }}'."
4242
4343 # Build and test before deploying.
44- ci :
45- needs : validate
46- uses : ./.github/workflows/main.yml
47- secrets :
48- SEPOLIA_RPC_URL : ${{ secrets.SEPOLIA_RPC_URL }}
49- ARBITRUM_SEPOLIA_RPC_URL : ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}
44+ # ci:
45+ # needs: validate
46+ # uses: ./.github/workflows/main.yml
47+ # secrets:
48+ # SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}
49+ # ARBITRUM_SEPOLIA_RPC_URL: ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}
5050
5151 # Deploy and verify contract.
5252 deploy :
53- needs : ci
53+ # needs: ci
5454 runs-on : ubuntu-latest
5555 permissions :
5656 contents : write # Required to commit deployment files.
7979 make fork-sepolia &
8080 make fork-arbitrum-sepolia &
8181
82- # Wait for anvil instances to be ready
83- sleep 5
84-
8582 # Deploy all contracts using the Makefile target
8683 make deploy-on-anvil
8784
You can’t perform that action at this time.
0 commit comments