From 768ffab9d027fae72266d30cdb37401059021ce1 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Fri, 29 May 2020 23:12:13 -0700 Subject: [PATCH] fix(action): pnpm loses include context --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8979bb2..2d15f7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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