Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit579fd4b

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:38Relates to#444
1 parent6d40f34 commit579fd4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/chromatic.yaml

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp