chore: update test ci

This commit is contained in:
Anthony Fu 2021-08-25 13:14:13 +08:00
parent 0c4fec1128
commit 1219fd8ea7

View File

@ -35,14 +35,11 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Test
run: yarn jest
run: yarn test
- name: Coverage
uses: codecov/codecov-action@v1