From 65d5b3ce50f7d593e54a7e7f5d1392f23307438c Mon Sep 17 00:00:00 2001 From: Lluis Agusti Date: Wed, 25 Jun 2025 13:41:22 +0400 Subject: [PATCH] chore: setup chromatic in the CI --- .github/workflows/platform-frontend-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/platform-frontend-ci.yml b/.github/workflows/platform-frontend-ci.yml index 40779f6222..209bb11aa4 100644 --- a/.github/workflows/platform-frontend-ci.yml +++ b/.github/workflows/platform-frontend-ci.yml @@ -76,8 +76,11 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Run chromatic - run: pnpm chromatic + - name: Run Chromatic + uses: chromaui/action@latest + with: + projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} + onlyChanged: true test: runs-on: ubuntu-latest