Skip to content

Commit bb7d8da

Browse files
committed
ci: add fetch-depth: 0 to checkout
1 parent 797de48 commit bb7d8da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v4
39+
with:
40+
fetch-depth: 0
3941
- name: Setup Node.js
4042
uses: ./.github/actions
4143

0 commit comments

Comments
 (0)