ci: use npm install for coverage-action
This commit is contained in:
parent
491cddbbd8
commit
1c107d2d98
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue