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
|
yarn build
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
yarn test
|
yarn test:coverage
|
||||||
- name: Push release to npm (public)
|
- name: Push release to npm (public)
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||||
|
Loading…
Reference in New Issue
Block a user