Skip to content

Commit 5bd4a22

Browse files
committed
Fetch all tags
Signed-off-by: João Pereira <[email protected]>
1 parent 9bf92ea commit 5bd4a22

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests-integration-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151
with:
5252
ref: ${{inputs.gitRef}}
53+
fetch-depth: 0
5354

5455
- name: Checkout cf-acceptance-tests
5556
if: ${{ inputs.name == 'cats' }}

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
if: ${{ inputs.run_unit_tests }}
100100
with:
101101
ref: ${{needs.get-sha.outputs.gitRef}}
102+
fetch-depth: 0
102103
- name: Set Up Go
103104
uses: actions/setup-go@v5
104105
if: ${{ inputs.run_unit_tests }}

0 commit comments

Comments
 (0)