Small fix

This commit is contained in:
Tom Coleman 2022-08-08 21:48:00 +10:00
parent 61b3bf22ec
commit 04d8f1a76d

View File

@ -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: