From 04d8f1a76d896c35d1d38b7ee977b5110d6397e9 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Mon, 8 Aug 2022 21:48:00 +1000 Subject: [PATCH] Small fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d2197b962c0..c71502fb062 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -504,7 +504,7 @@ jobs: name: Smoke Testing Sandboxes command: | cd code - yarn once-per-template --step Smoke Testing --cadence ci \ + yarn once-per-template --step "Smoke Testing" --cadence ci \ --junit test-results/smoketest.xml --script "yarn storybook --smoke-test --quiet" workflows: