add testing into deploy workflow
This commit is contained in:
parent
5e2a68a3d0
commit
b3617eed30
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -29,9 +29,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn build
|
yarn build
|
||||||
# - name: Test
|
- name: Test
|
||||||
# run: |
|
run: |
|
||||||
# npm test
|
yarn test
|
||||||
- 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