Skip to content

Commit

Permalink
ci: do not 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 3f37c65 commit fdb9309
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ 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 fdb9309

Please sign in to comment.