Skip to content

Commit 14e895a

Browse files
authored
fix: include running Jest tests as part of CI workflow (#531)
I've included `--coverage` though we've not actually got a min. coverage target set so it won't enforce anything, but I think that's a separate thing. Resolves #422
1 parent 9b03db9 commit 14e895a

File tree

1 file changed

+1
-0
lines changed
  • variants/github_actions_ci/workflows

1 file changed

+1
-0
lines changed

variants/github_actions_ci/workflows/ci.yml.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
<%- end -%>
5454
- run: yarn run js-lint
5555
- run: yarn run format-check
56+
- run: yarn run test --coverage
5657
ruby_based_checks:
5758
permissions:
5859
contents: read

0 commit comments

Comments
 (0)