ci: use npm install for coverage-action

This commit is contained in:
Nicolas Giard 2022-03-31 15:05:03 -04:00 committed by GitHub
parent 491cddbbd8
commit 1c107d2d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -207,6 +207,11 @@ jobs:
token: ${{ github.token }}
tag: ${{ env.PKG_VERSION }}
writeToFile: false
- name: Prepare Coverage Action
if: ${{ github.event.inputs.skiptests == 'false' }}
working-directory: ./dev/coverage-action
run: npm install
- name: Process Coverage Stats + Chart
id: covprocess

View file

@ -36,7 +36,7 @@ outputs:
description: Changelog with headers prepended and coverage stats + chart appended
runs:
using: 'node16'
main: 'dist/index.js'
main: 'index.js'
branding:
icon: layers
color: red