Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit b5dbc0429f41ef739b07da3c2f57097f592e66df Author: Wim <wim@42.be> Date: Sun Jun 28 18:30:18 2020 +0000 Set fetch-depth to 0 to fetch all tags diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 6eaa4d1..cbb6e2a 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -277 +277 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - fetch-depth: 100 + fetch-depth: 0 - name: Test run: go test ./... -mod=vendor - name: Build