use coverage in publish script
This commit is contained in:
parent
353e7c8991
commit
c7dddd5dc5
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user