diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 601b7c0..117a263 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: run: npm ci - name: Test and Coverage - run: npm run coverage + run: npm run test:coverage - name: Parse coverage uses: sergeysova/jq-action@v2