add export GIT_TERMINAL_PROMPT=1
This commit is contained in:
parent
5c5c763d24
commit
1aa867ecfc
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
|||||||
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
||||||
- name: Vet
|
- name: Vet
|
||||||
run: |
|
run: |
|
||||||
export GOPRIVATE=github.com/anytypeio
|
|
||||||
make vet
|
make vet
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user