Skip to content

Commit

Permalink
install oz in coverage ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Nov 20, 2024
1 parent 288e546 commit 6385f0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
version: nightly

- name: Install Foundry dependencies
run: |
forge install OpenZeppelin/openzeppelin-contracts --no-commit --no-git
forge build
- name: Report Coverage
run: |
forge coverage --report lcov
Expand Down

0 comments on commit 6385f0a

Please sign in to comment.