Skip to content

Commit 88e8d2f

Browse files
committed
ci: add test step to main ci
1 parent 1652942 commit 88e8d2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ jobs:
2929
- name: Lint
3030
run: yarn lint
3131

32+
- name: Test
33+
run: yarn test
34+
3235
- name: Build
3336
run: yarn build

0 commit comments

Comments
 (0)