diff --git a/.github/workflows/collect-coverage.yml b/.github/workflows/collect-coverage.yml index 01ff1a01..c1fca104 100644 --- a/.github/workflows/collect-coverage.yml +++ b/.github/workflows/collect-coverage.yml @@ -9,8 +9,7 @@ jobs: with: node-version: "18" - name: Install - run: | - yarn + run: yarn - name: Test and collect coverage run: yarn test-coverage - name: Create badge and publish to gh-pages