From eaf8b02aa9d541f7f4b8db2f68c3c8f24306192b Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Fri, 25 Mar 2022 14:38:50 +1300 Subject: [PATCH] Update circleCi config to use new tests --- .circleci/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 377c6bcb7..ddfb08d96 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,8 +57,14 @@ jobs: # run tests! - run: - name: Tests - command: npm run circleci + name: Test - Basic + command: npm run test:basic + - run: + name: Test - Mustache Spans + command: npm run test:mustache-span + - run: + name: Test - Routes + command: npm run test:route workflows: build_and_test: