From 14e895a8a030d8e384a89714a23009ee9b451866 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 8 Mar 2024 11:43:57 +1300 Subject: [PATCH] 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 --- variants/github_actions_ci/workflows/ci.yml.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/github_actions_ci/workflows/ci.yml.tt b/variants/github_actions_ci/workflows/ci.yml.tt index 800215fb..6b8c36b6 100644 --- a/variants/github_actions_ci/workflows/ci.yml.tt +++ b/variants/github_actions_ci/workflows/ci.yml.tt @@ -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