From 4e428be64a1649a9075883dc4ad2e17ae1361a7b Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 26 Jul 2022 20:24:10 +0100 Subject: [PATCH] a --- .github/workflows/chromatic.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 0bca2a648..89b0e44a9 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -10,6 +10,9 @@ jobs: storybook-build: # Operating System runs-on: ubuntu-latest + defaults: + run: + working-directory: ./src/Ombi/ClientApp steps: - name: Checkout repository uses: actions/checkout@v2 @@ -23,7 +26,6 @@ jobs: key: node_modules-${{ hashFiles('**/yarn.lock') }} - name: Install dependencies - workingDir: ./src/Ombi/ClientApp run: yarn - name: Publish to Chromatic @@ -32,7 +34,6 @@ jobs: with: projectToken: 7c47e1a1a4bd exitZeroOnChanges: true - workingDir: ./src/Ombi/ClientApp - name: Publish to Chromatic and auto accept changes if: github.ref == 'refs/heads/master' @@ -40,4 +41,3 @@ jobs: with: projectToken: 7c47e1a1a4bd autoAcceptChanges: true # 👈 Option to accept all changes - workingDir: ./src/Ombi/ClientApp