diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index db3176fb6..0bca2a648 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -23,9 +23,8 @@ jobs: key: node_modules-${{ hashFiles('**/yarn.lock') }} - name: Install dependencies + workingDir: ./src/Ombi/ClientApp run: yarn - with: - workingDir: ./src/Ombi/ClientApp - name: Publish to Chromatic if: github.ref != 'refs/heads/master'