From 9650295637e296526679347ce148f25c5cf842f1 Mon Sep 17 00:00:00 2001 From: Christian Stuff Date: Fri, 27 Dec 2019 10:09:25 +0100 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 84094e3..6f88ef3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,8 +19,6 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm install, build, and test run: | - npm ci - npm run build --if-present - npm test + npm run coverage env: CI: true