Skip to content

Commit

Permalink
No need to wait for changes on Chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Aug 9, 2022
1 parent dd300a6 commit 7e1169c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -559,7 +559,8 @@ jobs:
--script "npx chromatic \
--project-token='\$CHROMATIC_TOKEN_#TEMPLATE_ENV' \
--storybook-build-dir='$BUILD_DIR/#TEMPLATE_DIR' \
--junit-report='test-results/chromatic.xml'"
--junit-report='test-results/chromatic.xml'
--exit-once-uploaded"
- store_test_results:
path: code/test-results

Expand Down

0 comments on commit 7e1169c

Please sign in to comment.