Skip to content

Commit

Permalink
Install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-imx committed Nov 13, 2023
1 parent 0745e1a commit e81c5f2
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 @@ -33,6 +33,11 @@ jobs:
echo "::set-output name=coverage::$(forge coverage --report summary > coverage.out)"
id: coverage

- name: Install NPM dependencies
run: |
npm i @actions/core
id: dependencies

- name: Publish report
uses: ./.github/actions/coverage
with:
Expand Down

0 comments on commit e81c5f2

Please sign in to comment.