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

Commitcf8975e

Browse files
committed
fixup! chore(site): configure chromatic snapshot tests
1 parent0b03757 commitcf8975e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/chromatic.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# storybook snapshots will require manual approval/review in order for
1919
# the check to pass. This is desired in PRs, but not in mainline.
2020
-name:Publish to Chromatic (non-mainline)
21-
if:github.ref !="refs/heads/main"
21+
if:github.ref !='refs/heads/main'
2222
uses:chromaui/action@v1
2323
with:
2424
buildScriptName:"storybook:build"
@@ -30,7 +30,7 @@ jobs:
3030
# avoid the same changeset from requiring review once squashed into
3131
# main.
3232
-name:Publish to Chromatic (mainline)
33-
if:github.ref =="refs/heads/main"
33+
if:github.ref =='refs/heads/main'
3434
uses:chromaui/action@v1
3535
with:
3636
autoAcceptChanges:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp