Skip to content

Commit

Permalink
Attempt to upgrade CI checks with fork deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Jul 12, 2024
1 parent 44b04da commit 2e3ea65
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

# - name: Run foundry anvil fork
# run: yarn fork
# env:
# SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}

# - name: Deploy contracts to anvil fork
# run: yarn deploy:factory
# env:
# DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
# SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}
- name: Run foundry anvil fork
run: yarn fork &
env:
SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}

- name: Deploy contracts to anvil fork
run: yarn deploy
env:
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}

- name: Run nextjs lint
run: yarn next:lint --max-warnings=0
Expand Down

0 comments on commit 2e3ea65

Please sign in to comment.