We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451f0a1 commit 94f8fccCopy full SHA for 94f8fcc
.github/workflows/upgrade.yml
@@ -90,6 +90,10 @@ jobs:
90
91
- name: Check out code into the Go module directory
92
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
97
98
- name: Set up Ginkgo CLI
99
run: |
@@ -128,6 +132,10 @@ jobs:
128
132
129
133
130
134
135
136
137
138
131
139
140
141
0 commit comments