add testing into deploy workflow

This commit is contained in:
Dexter 2021-12-14 12:16:15 +00:00
parent 5e2a68a3d0
commit b3617eed30

View File

@ -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}}