diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 671c407..7407e64 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -39,8 +39,8 @@ jobs: # - name: browser tests # run: npm run test:browser - - name: node tests and coverage - run: npm run coverage + - name: node tests + run: npm run test:node publication: needs: build