diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3a6e61ac6..36f5880ac 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -21,6 +21,9 @@ jobs: - name: Install dependencies run: npm install + - name: Build library + run: npm run build + - name: Run test coverage run: npm run test:coverage