Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Nov 29, 2023
1 parent 044d00a commit 39ae519
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Run hardhat node, deploy contracts (& generate contracts typescript output)
run: yarn chain #& yarn deploy
- name: Run foundry node, deploy contracts (& generate contracts typescript output)
env:
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
run: yarn chain & yarn deploy
id: build

- name: Run tests
run: forge test -vvv
Expand Down

0 comments on commit 39ae519

Please sign in to comment.