diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 63cca77c1d..c691c57796 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -12,6 +12,9 @@ jobs: chromatic: name: Run Chromatic runs-on: ubuntu-latest + defaults: + run: + working-directory: ./frontend/packages/ui steps: - name: "Check out repository code" uses: actions/checkout@v4