Skip to content

Commit db5fd2b

Browse files
committed
Fix Chromatic
1 parent 41f6f58 commit db5fd2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
name: Chromatic
2626
steps:
2727
- uses: actions/checkout@v3
28+
with:
29+
fetch-depth: 0
2830
- uses: actions/setup-node@v3
2931
with:
3032
node-version: 16
@@ -36,6 +38,7 @@ jobs:
3638
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
3739
workingDir: packages/bento-design-system
3840
autoAcceptChanges: main
41+
exitOnceUploaded: true
3942

4043
cloudflare-pages:
4144
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)