Skip to content

Commit

Permalink
ci: update deps in coverage check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Oct 4, 2023
1 parent 08470f4 commit 2cadc33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
with:
version: nightly-96ab9131e6735df35aca0249968c7d339590de20

- name: Forge install
working-directory: packages/contracts
run: forge install

- name: Install dependencies
run: sudo apt-get install lcov

Expand Down Expand Up @@ -74,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 2cadc33

Please sign in to comment.