Skip to content

Commit

Permalink
Add storybookBaseDir to Chromatic workflow (#1102)
Browse files Browse the repository at this point in the history
Add base dir to chromatic workflow
  • Loading branch information
joecowton1 authored Jan 23, 2024
1 parent 8fba0a7 commit ecee45c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
projectToken: ${{ secrets[matrix.token] }}
token: ${{ secrets.GITHUB_TOKEN }}
storybookBuildDir: 'dist/storybook/libs/@guardian/${{ matrix.lib }}'
storybookBaseDir: 'dist/storybook/libs/@guardian/${{ matrix.lib }}'
exitOnceUploaded: true
onlyChanged: '!(main)' # turbosnap on non-main branches
skip: ${{ github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'gu-changesets-release-pr[bot]' }}

0 comments on commit ecee45c

Please sign in to comment.