diff --git a/packages/lsd-react/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml similarity index 85% rename from packages/lsd-react/.github/workflows/chromatic.yml rename to .github/workflows/chromatic.yml index 5ddc0d8..1cac024 100644 --- a/packages/lsd-react/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -24,3 +24,5 @@ jobs: with: # 👇 Chromatic projectToken, refer to the manage page to obtain it. projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} + workingDir: packages/lsd-react + exitZeroOnChanges: true # 👈 Option to prevent the workflow from failing