Skip to content

Commit

Permalink
test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Moon-DaeSeung committed Mar 21, 2024
1 parent 8eda550 commit 72dbf74
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
run: |
npm ci
- name: Build Storybook
run: npm run story:build

- name: Deploy to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/story
buildScriptName: build-storybook
autoAcceptChanges: true
run: cd packages/story && npx chromatic --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }} --auto-accept-changes

0 comments on commit 72dbf74

Please sign in to comment.