diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b74850..fe7155b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - run: npm test - - run: npm test:coverage + - run: npm run test:coverage - name: codecov uses: codecov/codecov-action@v3 env: