Skip to content

Commit

Permalink
test: tests.yml needs to check out full depth [skip ci] (ddev#6673)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Nov 1, 2024
1 parent 3e8ddfc commit 00407fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/colima-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# We need to get all branches and tags for git describe to work properly
fetch-depth: 0

- name: Get Date
id: get-date
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# We need to get all branches and tags for git describe to work properly
fetch-depth: 0

- name: Get Date
id: get-date
Expand Down

0 comments on commit 00407fd

Please sign in to comment.