From a67f160ed854f82a3abcc433273bbff83d664e4c Mon Sep 17 00:00:00 2001 From: devgiljong Date: Wed, 10 Apr 2024 17:40:19 +0900 Subject: [PATCH] =?UTF-8?q?:construction:=20Working=20directory=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 6c4390a..1ea734e 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -5,6 +5,8 @@ on: push jobs: chromatic: runs-on: ubuntu-latest + env: + working-directory: ./packages/design-system steps: - name: Checkout code uses: actions/checkout@v4