5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Set fetch-depth to 0 to fetch all tags

This commit is contained in:
Wim 2020-06-28 18:30:18 +02:00
parent a4a3525265
commit f70d1c897a

View File

@ -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