Skip to content

Commit 2d7d423

Browse files
committed
add diagnostics flag
1 parent f4e905d commit 2d7d423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/chromatic.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636
onlyChanged: true
3737
workingDir: packages/storybook
3838
skip: 'dependabot/**'
39+
diagnostics: true
3940
- name: Publish Chromatic Summary
4041
run: echo -e "| Results | |\n| --- | --- |\n| URL | ${{steps.chromatic.outputs.url}} |\n| Build Url | ${{steps.chromatic.outputs.buildUrl}} |\n| Storybook Url | ${{steps.chromatic.outputs.storybookUrl}} |\n| Change Count | ${{steps.chromatic.outputs.changeCount}} |" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)