Skip to content

Commit ce2e504

Browse files
committed
enable chromatic workflow to fetch entire history
1 parent 873aa46 commit ce2e504

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/chromatic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
# Job steps
4242
steps:
4343
- uses: actions/checkout@v3
44+
with:
45+
# pulls all commits (needed for chromatic to find baselines)
46+
fetch-depth: '0'
4447
- name: Use Node.js 16.x
4548
uses: actions/setup-node@v3
4649
with:

0 commit comments

Comments
 (0)