Last active
August 13, 2019 13:00
-
-
Save dangreenisrael/d519423316802026effaf41ca0125385 to your computer and use it in GitHub Desktop.
Recommended Chromatic CircleCI config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orbs: | |
chromatic: wave/[email protected] | |
workflows: | |
approval: | |
- ready: | |
type: approval | |
filters: | |
branches: | |
ignore: master | |
- chromatic/test: | |
requires: | |
- ready | |
main-workflow: | |
jobs: | |
- chromatic/run-and-accept-all: | |
filters: | |
branches: | |
only: master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment