Skip to content

Commit

Permalink
chore: run the jest tests in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Jan 13, 2025
1 parent 855bc5f commit e5d0e3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ jobs:
run: cd playground && yarn install --unsafe-perm
- name: Build playground
run: yarn playground:build
- name: Run jest
run: yarn test:jest

0 comments on commit e5d0e3d

Please sign in to comment.