Skip to content

Commit 33a0262

Browse files
committed
Check out a full clone when testing
1 parent ddf6733 commit 33a0262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Check out repository
2424
uses: actions/checkout@v3
25+
with:
26+
fetch-depth: 0
2527

2628
- name: Set up Python
2729
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)