From d8ac560a083060fd2252cfb2d43e76e7e6098ed9 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 9 Feb 2023 21:17:36 +0900 Subject: [PATCH] story: locate .github in the root directory --- {packages/lsd-react/.github => .github}/workflows/chromatic.yml | 2 ++ 1 file changed, 2 insertions(+) rename {packages/lsd-react/.github => .github}/workflows/chromatic.yml (85%) 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