Skip to content

Commit

Permalink
fix(action): pnpm loses include context
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed May 30, 2020
1 parent 866620d commit 768ffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pnpm add -g nyc@13
- name: Test w/ Coverage
run: nyc --include=src pnpm test
run: nyc --include=src npm test

- name: Report
if: matrix.nodejs >= 12
Expand Down

0 comments on commit 768ffab

Please sign in to comment.