Skip to content

Commit ec22a4d

Browse files
author
Azfaar Qureshi
authored
adding fetch depth (#497)
1 parent 31b2ca6 commit ec22a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
steps:
5555
- name: Checkout Repo
5656
uses: actions/checkout@v2
57+
with:
58+
fetch-depth: 0
5759
- run: mkdir -p $TEST_RESULTS
5860
- name: Integration test ${{ matrix.target }}
5961
run: |

0 commit comments

Comments
 (0)