This commit is contained in:
tidusjar 2022-07-26 20:24:10 +01:00
commit 4e428be64a

View file

@ -10,6 +10,9 @@ jobs:
storybook-build: storybook-build:
# Operating System # Operating System
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/Ombi/ClientApp
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -23,7 +26,6 @@ jobs:
key: node_modules-${{ hashFiles('**/yarn.lock') }} key: node_modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies - name: Install dependencies
workingDir: ./src/Ombi/ClientApp
run: yarn run: yarn
- name: Publish to Chromatic - name: Publish to Chromatic
@ -32,7 +34,6 @@ jobs:
with: with:
projectToken: 7c47e1a1a4bd projectToken: 7c47e1a1a4bd
exitZeroOnChanges: true exitZeroOnChanges: true
workingDir: ./src/Ombi/ClientApp
- name: Publish to Chromatic and auto accept changes - name: Publish to Chromatic and auto accept changes
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
@ -40,4 +41,3 @@ jobs:
with: with:
projectToken: 7c47e1a1a4bd projectToken: 7c47e1a1a4bd
autoAcceptChanges: true # 👈 Option to accept all changes autoAcceptChanges: true # 👈 Option to accept all changes
workingDir: ./src/Ombi/ClientApp