Skip to content

Commit

Permalink
Allow CI to succeed despite Chromatic Storybook deployment errors
Browse files Browse the repository at this point in the history
Fixes #814
  • Loading branch information
silviot committed Sep 11, 2023
1 parent 4a12a2d commit 478c917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflow.templates/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Publish to Chromatic
uses: chromaui/action@v1
if: steps.has_secret.outputs.HAS_SECRETS
# We expect this to fail with `Command failed with ENOENT: pnpm --version`
continue-on-error: true
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMAUI_PROJECT_TOKEN }}
Expand Down

0 comments on commit 478c917

Please sign in to comment.