mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
feat: Enable turbosnap on chromatic workflow (no-changelog) (#11595)
This commit is contained in:
parent
7326487ab3
commit
8022472784
1
.github/workflows/chromatic.yml
vendored
1
.github/workflows/chromatic.yml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
workingDir: packages/design-system
|
workingDir: packages/design-system
|
||||||
|
onlyChanged: true
|
||||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
exitZeroOnChanges: false
|
exitZeroOnChanges: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue