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)