Skip to content

Commit

Permalink
troubleshoot Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Jul 8, 2024
1 parent 6f0f185 commit d450ba4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn

- name: Install dependencies
run: yarn install --immutable

- name: Install foundry-toolchain
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install dependencies
run: yarn install --immutable

- name: Run foundry node, deploy contracts (& generate contracts typescript output)
run: yarn fork & yarn deploy:factory
run: yarn fork && yarn deploy:factory
env:
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}
Expand Down

0 comments on commit d450ba4

Please sign in to comment.