add export GIT_TERMINAL_PROMPT=1

This commit is contained in:
Grigory Efimov 2023-01-11 15:20:13 +03:00 committed by Grigory Efimov
parent 071d85cd22
commit 7e41284cc8
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@ jobs:
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
- name: Vet
run: |
export GOPRIVATE=github.com/anytypeio
make vet
- name: Unit tests
run: |

View File

@ -1,5 +1,6 @@
.PHONY: proto test test-coverage vet deps
export GOPRIVATE=github.com/anytypeio
export GIT_TERMINAL_PROMPT=1
export PATH:=deps:$(PATH)
proto: