mirror of
https://github.com/gotson/komga.git
synced 2025-12-30 04:12:51 +01:00
ci: try to add summary for Chromatic
This commit is contained in:
parent
d382453ce0
commit
9ffbcef451
1 changed files with 7 additions and 0 deletions
7
.github/workflows/chromatic.yml
vendored
7
.github/workflows/chromatic.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
run: npm run i18n:compile
|
||||
|
||||
- name: Run Chromatic
|
||||
id: chromatic
|
||||
uses: chromaui/action@latest
|
||||
with:
|
||||
workingDir: next-ui
|
||||
|
|
@ -37,3 +38,9 @@ jobs:
|
|||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||
autoAcceptChanges: 'next-ui'
|
||||
skip: 'dependabot/**'
|
||||
|
||||
- name: Summary
|
||||
run: |
|
||||
echo "Chromatic:" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- [Build](${{ steps.chromatic.outputs.buildUrl }})" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- [Storybook](${{ steps.chromatic.outputs.storybookUrl }})" >> $GITHUB_STEP_SUMMARY
|
||||
|
|
|
|||
Loading…
Reference in a new issue