mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Update design system path in chromatic workflow (no-changelog) (#19473)
This commit is contained in:
4
.github/workflows/chromatic.yml
vendored
4
.github/workflows/chromatic.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
design_system:
|
design_system:
|
||||||
- packages/design-system/**
|
- packages/frontend/@n8n/design-system/**
|
||||||
- .github/workflows/chromatic.yml
|
- .github/workflows/chromatic.yml
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
id: chromatic_tests
|
id: chromatic_tests
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
workingDir: packages/design-system
|
workingDir: packages/frontend/@n8n/design-system
|
||||||
onlyChanged: true
|
onlyChanged: true
|
||||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
exitZeroOnChanges: false
|
exitZeroOnChanges: false
|
||||||
|
|||||||
Reference in New Issue
Block a user