Skip to content

Commit c5f2a5b

Browse files
committed
ci: fetch all git history for compare job
1 parent 1c8149e commit c5f2a5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
node-version: 18.x
7777
- name: git clone
7878
uses: actions/checkout@v3
79+
with:
80+
# Need history to find baseline commit.
81+
fetch-depth: 0
7982

8083
# TODO: there is no simple way to download just the "replay-*" artifacts,
8184
# so currently this also downloads each large build artifact.

0 commit comments

Comments
 (0)