Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 9744736

Browse files
committed
ci: added fetch-depth for chromatic
1 parent 6291872 commit 9744736

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- uses: actions/checkout@v2
86+
with:
87+
fetch-depth: 0
8688
- uses: actions/setup-node@v1
8789
with:
8890
node-version: 12.x

.github/workflows/review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v2
53+
with:
54+
fetch-depth: 0
5355
- uses: actions/setup-node@v1
5456
with:
5557
node-version: 12.x

0 commit comments

Comments
 (0)