From c1d4a4b53265d4783fae8ad42373ba8d7ffa4965 Mon Sep 17 00:00:00 2001 From: Albert Folch Date: Fri, 15 Mar 2024 11:22:43 +0100 Subject: [PATCH] attempt fix chromatic env vars --- .github/workflows/chromatic.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/chromatic.yaml b/.github/workflows/chromatic.yaml index e65dd6300..72c132d60 100644 --- a/.github/workflows/chromatic.yaml +++ b/.github/workflows/chromatic.yaml @@ -10,14 +10,10 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - run: pwd - - run: ls - - run: cd packages/react-kit - - run: pwd - - run: ls - run: mv .env.test .env - - run: ls + working-directory: ./packages/react-kit - run: cat .env + working-directory: ./packages/react-kit - name: Install dependencies run: npm ci - id: build