Skip to content

Commit

Permalink
Set fetch-depth: 50 for the gerrit test
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jul 25, 2020
1 parent f3ea81e commit 42ea9ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
go-version: 1.14

- uses: actions/checkout@v2
with:
fetch-depth: 50 # Need git history for testing.

# https://github.com/actions/cache/blob/master/examples.md#go---modules
- name: Cache Go Modules
Expand Down

0 comments on commit 42ea9ad

Please sign in to comment.