mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
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:
1
.github/workflows/chromatic.yaml
vendored
1
.github/workflows/chromatic.yaml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
uses: chromaui/action@v1
|
uses: chromaui/action@v1
|
||||||
with:
|
with:
|
||||||
buildScriptName: "storybook:build"
|
buildScriptName: "storybook:build"
|
||||||
|
exitOnceUploaded: true
|
||||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
workingDir: "./site"
|
workingDir: "./site"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user