Skip to content

Commit 768ffab

Browse files
committedMay 30, 2020
fix(action): pnpm loses include context
1 parent 866620d commit 768ffab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pnpm add -g nyc@13
3131
3232
- name: Test w/ Coverage
33-
run: nyc --include=src pnpm test
33+
run: nyc --include=src npm test
3434

3535
- name: Report
3636
if: matrix.nodejs >= 12

0 commit comments

Comments
 (0)
Please sign in to comment.