Skip to content

Commit 94f8fcc

Browse files
authored
sync from Azure repo
Signed-off-by: michaelawyu <[email protected]>
1 parent 451f0a1 commit 94f8fcc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/upgrade.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090

9191
- name: Check out code into the Go module directory
9292
uses: actions/checkout@v4
93+
with:
94+
# Fetch the history of all branches and tags.
95+
# This is needed for the test suite to switch between releases.
96+
fetch-depth: 0
9397

9498
- name: Set up Ginkgo CLI
9599
run: |
@@ -128,6 +132,10 @@ jobs:
128132

129133
- name: Check out code into the Go module directory
130134
uses: actions/checkout@v4
135+
with:
136+
# Fetch the history of all branches and tags.
137+
# This is needed for the test suite to switch between releases.
138+
fetch-depth: 0
131139

132140
- name: Set up Ginkgo CLI
133141
run: |

0 commit comments

Comments
 (0)