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