mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 06:13:22 -07:00
a
This commit is contained in:
parent
074f7d091a
commit
4e428be64a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/chromatic.yml
vendored
6
.github/workflows/chromatic.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue