ci: Update design system path in chromatic workflow (no-changelog) (#19473)

This commit is contained in:
Alex Grozav
2025-09-12 14:45:55 +01:00
committed by GitHub
parent b388b230c9
commit 61029ef4f8

View File

@@ -30,7 +30,7 @@ jobs:
with:
filters: |
design_system:
- packages/design-system/**
- packages/frontend/@n8n/design-system/**
- .github/workflows/chromatic.yml
outputs:
@@ -72,7 +72,7 @@ jobs:
id: chromatic_tests
continue-on-error: true
with:
workingDir: packages/design-system
workingDir: packages/frontend/@n8n/design-system
onlyChanged: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: false