chore: speed up chromatic ci (#904)

This is an oversight from #896 . It turns out that because we use the GitHub integration with Chromatic, we don't need to wait for the results to be reported in the action - they get reported in the other checks created by Chromatic.

This option was spit-out in a check:

https://github.com/coder/coder/runs/5859427236?check_suite_focus=true#step:4:38

Relates to #444
This commit is contained in:
G r e y
2022-04-06 18:40:30 -04:00
committed by GitHub
parent 6d40f34057
commit 579fd4bc89

View File

@ -32,6 +32,7 @@ jobs:
uses: chromaui/action@v1
with:
buildScriptName: "storybook:build"
exitOnceUploaded: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: "./site"