Skip to content

Commit 1c850ff

Browse files
committed
Fix fetch depth
1 parent e4d8225 commit 1c850ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 0
1517
- name: Set up JDK
1618
uses: actions/setup-java@v2
1719
with:

0 commit comments

Comments
 (0)