Skip to content

Commit

Permalink
Merge pull request #246 from storybookjs/sb-test-eap-eyebrow
Browse files Browse the repository at this point in the history
Update Header eyebrow; Add Storybook to `packages/ui`
  • Loading branch information
kylegach authored Nov 22, 2024
2 parents 9908c20 + 299f04b commit 3ad037f
Show file tree
Hide file tree
Showing 10 changed files with 1,189 additions and 2,837 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
- name: Build packages
run: npm run build:ui

- name: Run Chromatic
- name: Run Chromatic (frontpage)
uses: chromaui/action@latest
with:
workingDir: apps/frontpage
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_FRONTPAGE }}

- name: Run Chromatic (ui)
uses: chromaui/action@latest
with:
workingDir: packages/ui
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_UI }}
Loading

0 comments on commit 3ad037f

Please sign in to comment.