diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b440f5..072456a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - run: npm install - run: npm install --workspaces - run: npm run build + - run: npm run coverage - run: npm run doc - name: Generate Contributors Images