From cef1b1a257d8f9ac70f213b77752c0279ee0d732 Mon Sep 17 00:00:00 2001 From: Albert Folch Date: Fri, 15 Mar 2024 11:07:32 +0100 Subject: [PATCH] attempt fix chromatic env vars --- .github/workflows/chromatic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yaml b/.github/workflows/chromatic.yaml index fda258a5f..ce2626ac2 100644 --- a/.github/workflows/chromatic.yaml +++ b/.github/workflows/chromatic.yaml @@ -6,7 +6,7 @@ jobs: chromatic: runs-on: ubuntu-latest steps: - - run: mv .env.test .env + - run: cd packages/react-kit && mv .env.test .env - name: Checkout code uses: actions/checkout@v4 with: