Skip to content

Commit dfc4420

Browse files
Add Chromatic to PR checks
1 parent a2902b6 commit dfc4420

File tree

2 files changed

+5
-34
lines changed

2 files changed

+5
-34
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ jobs:
3535
- name: Typescript build
3636
run: yarn build
3737

38-
- name: Storybook build
39-
run: yarn build-storybook
38+
- name: Deploy Storybook
39+
uses: chromaui/action@v11
40+
with:
41+
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
42+
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/storybook.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)