Skip to content

Commit

Permalink
ci: optimise chromatic snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kamleshchandnani committed Aug 1, 2023
1 parent d04e392 commit f38ee52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/blade-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
buildScriptName: react:storybook:build
exitOnceUploaded: true
onlyChanged: true
untraced: '**/package.json'
traceChanged: 'expanded'
onlyStoryFiles: 'packages/blade/src/components/**'
env:
GITHUB_SHA: ${{ github.sha }}
GITHUB_REF: ${{ github.ref }}

0 comments on commit f38ee52

Please sign in to comment.