Skip to content

Commit

Permalink
Merge pull request #24054 from natehouk/next
Browse files Browse the repository at this point in the history
Docs: fix continuous integration example
  • Loading branch information
jonniebigodes authored Oct 11, 2023
2 parents 1a16894 + a74ba7c commit 0b5697f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/snippets/common/chromatic-github-action.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ jobs:
# Job steps
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn
#👇 Adds Chromatic as a step in the workflow
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
with:
Expand Down

0 comments on commit 0b5697f

Please sign in to comment.