1
0
Fork 0
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:
Grigory Efimov 2023-01-11 15:20:13 +03:00 committed by Mikhail Iudin
parent 5c5c763d24
commit 1aa867ecfc
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
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: