Skip to content

Commit

Permalink
add jest to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloamorimbr committed Sep 30, 2024
1 parent c50aced commit aed5811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ jobs:
# Timeout early to make it easier to manually re-run jobs.
# Tracking issue: https://github.com/kobotoolbox/kpi/issues/4337
timeout-minutes: 1

- name: Run components tests with Jest
run: npm run jest

0 comments on commit aed5811

Please sign in to comment.