diff --git a/.github/workflows/collect-coverage.yml b/.github/workflows/collect-coverage.yml index c1fca104..ca87a4c1 100644 --- a/.github/workflows/collect-coverage.yml +++ b/.github/workflows/collect-coverage.yml @@ -10,6 +10,8 @@ jobs: node-version: "18" - name: Install run: yarn + - name: Build + run: yarn build-local - name: Test and collect coverage run: yarn test-coverage - name: Create badge and publish to gh-pages