fix .github/workflows/coverage.yml
This commit is contained in:
parent
2447926f03
commit
20c038ede8
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
- name: Vet
|
- name: Vet
|
||||||
run: |
|
run: |
|
||||||
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
git config --global url."ssh://git@github.com/".insteadOf "https://github.com/"
|
||||||
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||||
make vet
|
make vet
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user