mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Set fetch-depth to 0 to fetch all tags
This commit is contained in:
parent
a4a3525265
commit
f70d1c897a
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 100
|
||||
fetch-depth: 0
|
||||
- name: Test
|
||||
run: go test ./... -mod=vendor
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user