Skip to content

Commit

Permalink
Merge pull request #2 from storybookjs/valentin/setup-chromatic
Browse files Browse the repository at this point in the history
Setup Chromatic
  • Loading branch information
valentinpalkovic committed May 23, 2023
2 parents bdb1ac6 + fbd0a11 commit b9cefd5
Show file tree
Hide file tree
Showing 2 changed files with 707 additions and 22 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Chromatic"

on: push

jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Loading

0 comments on commit b9cefd5

Please sign in to comment.