Skip to content

Commit 49b409b

Browse files
committed
test
1 parent 080654f commit 49b409b

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff 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.
@@ -79,9 +79,6 @@ jobs:
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

0 commit comments

Comments
 (0)