From 831a6a289d6095593384c26dc6fbf3a0be78e238 Mon Sep 17 00:00:00 2001 From: Zongmin Lei Date: Thu, 6 May 2021 13:48:53 +0800 Subject: [PATCH] chore: github action nodejs.yml run test-cov instead of test --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d8e69ea..a9c7dcc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -21,4 +21,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install - - run: npm test + - run: npm run test-cov && npm run coveralls