fix .github/workflows/coverage.yml
This commit is contained in:
parent
a20f0771f1
commit
2447926f03
5
.github/workflows/coverage.yml
vendored
5
.github/workflows/coverage.yml
vendored
@ -12,11 +12,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '^1.19.0'
|
go-version: '^1.19.0'
|
||||||
|
|
||||||
- name: git config
|
|
||||||
run: |
|
|
||||||
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
- name: Vet
|
- name: Vet
|
||||||
run: |
|
run: |
|
||||||
|
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||||
make vet
|
make vet
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user