From 61029ef4f8d2e4cce37a0e144b775a4d9cfe8f89 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Fri, 12 Sep 2025 14:45:55 +0100 Subject: [PATCH] ci: Update design system path in chromatic workflow (no-changelog) (#19473) --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 493e660c96..89be2048cb 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -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