diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 483f19d03..8aa36b607 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: yarn build - name: Test run: | - yarn test + yarn test:coverage - name: Push release to npm (public) env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}