Skip to content

Commit

Permalink
ci: update deps in coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Oct 24, 2023
1 parent fdb9309 commit 0a56ff8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
- name: Checkout code in PR branch
uses: actions/checkout@v3

- name: Update Forge Dependencies
working-directory: packages/contracts
run: forge update

- name: Get PR branch coverage
id: coverage-pr
run: |
Expand Down

0 comments on commit 0a56ff8

Please sign in to comment.