Skip to content

Commit

Permalink
chore: probably externals should be relative to storybookBaseDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed May 1, 2024
1 parent 9185983 commit b086799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
storybookBaseDir: packages/ui
onlyChanged: true
exitOnceUploaded: true
externals: packages/ui/static/stories/webforms/**
externals: |
static/stories/webforms/**
if: ${{ steps.chromatic-check.outputs.available == 'true' }}

- name: Deploy storybook to netlify
Expand Down

0 comments on commit b086799

Please sign in to comment.