From 4134e43f6e4b9bd47c33b639ff1077305e0f0ad8 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Tue, 22 Mar 2022 11:58:19 +1300 Subject: [PATCH] Change test to verbose mode --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 377c6bcb7..6b12ab3e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,7 +58,7 @@ jobs: # run tests! - run: name: Tests - command: npm run circleci + command: npm run circleci --verbose workflows: build_and_test: