Fix Chromatic

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-09-15 22:32:51 +01:00
parent 0a447c8c9b
commit 4a5830f8fd
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -49,11 +49,11 @@ jobs:
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}
- name: Build Storybook for Chromatic
- name: Build Storybook
run: yarn build-storybook:chromatic
- name: Deploy Storybook to Chromatic
uses: chromaui/action@1cfa065cbdab28f6ca3afaeb3d761383076a35aa # v11
- name: Run Chromatic
uses: chromaui/action@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
# projectToken intentionally shared to allow collaborators to run Chromatic on forks