Skip to content

Commit

Permalink
adjust deployment script workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Oct 17, 2023
1 parent 94b8f87 commit 14a6bb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- run: yarn devchain &
env:
MAINNET_RPC_URL: https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161
FORK_BLOCK: 18114118
FORK_NETWORK: mainnet
- run: yarn deploy:run --network localhost
env:
Expand Down Expand Up @@ -65,7 +64,7 @@ jobs:
TS_NODE_SKIP_IGNORE: true
MAINNET_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/${{ secrets.ALCHEMY_MAINNET_KEY }}
FORK_NETWORK: mainnet

plugin-tests-base:
name: 'Plugin Tests (Base)'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 14a6bb7

Please sign in to comment.