Skip to content

Commit

Permalink
Merge pull request #9 from Jurfest/feature/utils
Browse files Browse the repository at this point in the history
ci: enable full git history graph fetch in checkout step
  • Loading branch information
Jurfest authored Jun 20, 2024
2 parents f95aaaf + 7cf32fd commit 1c55c10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/storybook-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Fetch all history (full Git history graph) so Chromatic can determine baseline commits
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 1c55c10

Please sign in to comment.