More verbose

This commit is contained in:
Yanqin Jin 2020-04-29 11:17:38 -07:00
parent 2b8a4125c6
commit e10008f339

View File

@ -17,7 +17,7 @@ jobs:
echo git status && git status
echo "git remote -v" && git remote -v
echo git branch && git branch
git merge-base upstream/master HEAD
GIT_CURL_VERBOSE=1 GIT_TRACE=1 git merge-base upstream/master HEAD
- name: Setup Python
uses: actions/setup-python@v1