Skip to content

Commit

Permalink
removed deploy from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Nov 29, 2023
1 parent c6a393d commit 16af25f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1

- name: Run hardhat node, deploy contracts (& generate contracts typescript output)
run: yarn chain & yarn deploy
run: yarn chain #& yarn deploy

- name: Run tests
run: forge test -vvv
Expand Down
Empty file.

0 comments on commit 16af25f

Please sign in to comment.