Skip to content

Commit

Permalink
fix: include running Jest tests as part of CI workflow (#531)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
G-Rath authored Mar 7, 2024
1 parent 9b03db9 commit 14e895a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variants/github_actions_ci/workflows/ci.yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
<%- end -%>
- run: yarn run js-lint
- run: yarn run format-check
- run: yarn run test --coverage
ruby_based_checks:
permissions:
contents: read
Expand Down

0 comments on commit 14e895a

Please sign in to comment.