Skip to content

Commit e5d0e3d

Browse files
committed
chore: run the jest tests in the pipeline
1 parent 855bc5f commit e5d0e3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ jobs:
5555
run: cd playground && yarn install --unsafe-perm
5656
- name: Build playground
5757
run: yarn playground:build
58+
- name: Run jest
59+
run: yarn test:jest

0 commit comments

Comments
 (0)