chore: add test in ci pipeline

release/desktop
moonrailgun 3 years ago
parent 1335729887
commit e509e5107e

@ -33,5 +33,7 @@ jobs:
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Check Type - name: Check Type
run: cd web && yarn check:type run: cd web && yarn check:type
- name: Test
run: yarn test
- name: Check Build - name: Check Build
run: cd web && yarn build run: cd web && yarn build

Loading…
Cancel
Save