Skip to content

Commit

Permalink
Fix Chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Oct 20, 2023
1 parent 4abddae commit 87add9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
name: Chromatic
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
Expand All @@ -36,6 +38,7 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/bento-design-system
autoAcceptChanges: main
exitOnceUploaded: true

cloudflare-pages:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87add9e

Please sign in to comment.