feat: Enable turbosnap on chromatic workflow (no-changelog) (#11595)

This commit is contained in:
Alex Grozav 2024-11-06 16:09:10 +02:00 committed by GitHub
parent 7326487ab3
commit 8022472784
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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