mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
add export GIT_TERMINAL_PROMPT=1
This commit is contained in:
parent
5c5c763d24
commit
1aa867ecfc
2 changed files with 1 additions and 1 deletions
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 }}"
|
||||
- name: Vet
|
||||
run: |
|
||||
export GOPRIVATE=github.com/anytypeio
|
||||
make vet
|
||||
- name: Unit tests
|
||||
run: |
|
||||
|
|
1
Makefile
1
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue