Skip to content

Commit

Permalink
Allow chromatic to checkout full git history
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieyan committed Oct 30, 2023
1 parent f77edb0 commit 5bef27b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Prepare Node.js environment
uses: actions/setup-node@v3
Expand All @@ -18,7 +20,7 @@ jobs:

- name: Install dependencies
run: npm install

- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down

0 comments on commit 5bef27b

Please sign in to comment.