Skip to content

Commit 2ce2ff5

Browse files
authored
Minor fix on GitHub Actions (#4)
Signed-off-by: michaelawyu <[email protected]>
1 parent ca59e58 commit 2ce2ff5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upgrade.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848

4949
- name: Check out code into the Go module directory
5050
uses: actions/checkout@v4
51+
with:
52+
# Fetch the history of all branches and tags.
53+
# This is needed for the test suite to switch between releases.
54+
fetch-depth: 0
5155

5256
- name: Set up Ginkgo CLI
5357
run: |

0 commit comments

Comments
 (0)