Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 579fd4b

Browse files
authored
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
1 parent 6d40f34 commit 579fd4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/chromatic.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: chromaui/action@v1
3333
with:
3434
buildScriptName: "storybook:build"
35+
exitOnceUploaded: true
3536
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
3637
workingDir: "./site"
3738

0 commit comments

Comments
 (0)