Skip to content

Commit 1c107d2

Browse files
authored
ci: use npm install for coverage-action
1 parent 491cddb commit 1c107d2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ jobs:
207207
token: ${{ github.token }}
208208
tag: ${{ env.PKG_VERSION }}
209209
writeToFile: false
210+
211+
- name: Prepare Coverage Action
212+
if: ${{ github.event.inputs.skiptests == 'false' }}
213+
working-directory: ./dev/coverage-action
214+
run: npm install
210215

211216
- name: Process Coverage Stats + Chart
212217
id: covprocess

dev/coverage-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outputs:
3636
description: Changelog with headers prepended and coverage stats + chart appended
3737
runs:
3838
using: 'node16'
39-
main: 'dist/index.js'
39+
main: 'index.js'
4040
branding:
4141
icon: layers
4242
color: red

0 commit comments

Comments
 (0)