Skip to content

Commit

Permalink
add fetch-depth config for dumpling test
Browse files Browse the repository at this point in the history
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
  • Loading branch information
YangKeao committed Sep 5, 2022
1 parent d6a3a96 commit 5d568cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-test-dumpling-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
steps:
- name: 'checkout repository'
uses: actions/checkout@v3
with:
# FIXME: the version of dumpling is getting from git
# if it doesn't contain a meaningful git history,
# the release version will be empty and the program will panic.
#
# See the `DUMPLING_LDFLAGS` in `Makefile.common` for more information
fetch-depth: 0
- name: 'set up golang'
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 5d568cb

Please sign in to comment.