From 7bc3166740fac6d33fcd189451e8b75a5b14eeaa Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 18 May 2021 09:57:55 -0400 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 798b7fe11..1352e8bf8 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -37,7 +37,6 @@ jobs: env: CI: true - run: npm run prepublishOnly - - run: npm test -- --coverage + - run: npm test env: CI: true - - run: bash <(curl -s --retry 5 --retry-delay 2 --connect-timeout 2 https://codecov.io/bash)