Skip to content

Commit ce09783

Browse files
committed
CI: Add tests to workflow
1 parent bd88d32 commit ce09783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ jobs:
2929
run: yarn lint:ci
3030
- name: Typecheck
3131
run: yarn typecheck
32+
- name: Jest
33+
run: yarn test

0 commit comments

Comments
 (0)