Skip to content

Commit

Permalink
ci: activate storybook build and chromatic publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Sep 20, 2024
1 parent 9c085bc commit 93cd269
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
# - name: 🎭 Install Playwright
# run: pnpm i playwright http-server wait-on; npx playwright install --with-deps

# - name: 📔 Build Storybook
# run: pnpm build-storybook --quiet
- name: 📔 Build Storybook
run: pnpm build-storybook --quiet

# - name: 🧪 Serve Storybook and run tests
# run: |
Expand All @@ -57,10 +57,10 @@ jobs:
# - name: ⌚ 💀 Run E2E Tests
# run: pnpx playwright test

# - name: 👀 Run Visual Tests
# env:
# CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
# run: pnpm run chromatic
- name: 👀 Run Visual Tests
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
run: pnpm chromatic

- name: 🏗️ Build Project
# env:
Expand Down

0 comments on commit 93cd269

Please sign in to comment.