-
-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/ombi-app/ombi into develop
- Loading branch information
Showing
38 changed files
with
15,364 additions
and
18,733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
name: 'Chromatic' | ||
# name: 'Chromatic' | ||
|
||
# Event for the workflow | ||
on: | ||
push: | ||
workflow_dispatch: | ||
# # Event for the workflow | ||
# on: | ||
# push: | ||
# workflow_dispatch: | ||
|
||
# List of jobs | ||
jobs: | ||
storybook-build: | ||
# Operating System | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
# # List of jobs | ||
# jobs: | ||
# storybook-build: | ||
# # Operating System | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout repository | ||
# uses: actions/checkout@v2 | ||
# with: | ||
# fetch-depth: 0 | ||
|
||
- name: NodeModules Cache | ||
uses: actions/cache@v2 | ||
with: | ||
path: '**/node_modules' | ||
key: node_modules-${{ hashFiles('**/yarn.lock') }} | ||
# - name: NodeModules Cache | ||
# uses: actions/cache@v2 | ||
# with: | ||
# path: '**/node_modules' | ||
# key: node_modules-${{ hashFiles('**/yarn.lock') }} | ||
|
||
- name: Install dependencies | ||
working-directory: ./src/Ombi/ClientApp | ||
run: yarn | ||
# - name: Install dependencies | ||
# working-directory: ./src/Ombi/ClientApp | ||
# run: yarn | ||
|
||
- name: Publish to Chromatic | ||
if: github.ref != 'refs/heads/master' | ||
uses: chromaui/action@v1 | ||
with: | ||
projectToken: 7c47e1a1a4bd | ||
exitZeroOnChanges: true | ||
workingDir: ./src/Ombi/ClientApp | ||
buildScriptName: storybookbuild | ||
exitOnceUploaded: true | ||
# - name: Publish to Chromatic | ||
# if: github.ref != 'refs/heads/master' | ||
# uses: chromaui/action@v1 | ||
# with: | ||
# projectToken: 7c47e1a1a4bd | ||
# exitZeroOnChanges: true | ||
# workingDir: ./src/Ombi/ClientApp | ||
# buildScriptName: storybookbuild | ||
# exitOnceUploaded: true | ||
|
||
- name: Publish to Chromatic and auto accept changes | ||
if: github.ref == 'refs/heads/develop' | ||
uses: chromaui/action@v1 | ||
with: | ||
projectToken: 7c47e1a1a4bd | ||
autoAcceptChanges: true # 👈 Option to accept all changes | ||
workingDir: ./src/Ombi/ClientApp | ||
buildScriptName: storybookbuild | ||
exitOnceUploaded: true | ||
# - name: Publish to Chromatic and auto accept changes | ||
# if: github.ref == 'refs/heads/develop' | ||
# uses: chromaui/action@v1 | ||
# with: | ||
# projectToken: 7c47e1a1a4bd | ||
# autoAcceptChanges: true # 👈 Option to accept all changes | ||
# workingDir: ./src/Ombi/ClientApp | ||
# buildScriptName: storybookbuild | ||
# exitOnceUploaded: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.