[skip e2e]Export log for mac (#19620)

Signed-off-by: Jenny Li <jing.li@zilliz.com>

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/19605/head
Jenny Li 2022-10-08 11:52:58 +08:00 committed by GitHub
parent e7c2500c71
commit 5b4038e9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -71,3 +71,9 @@ jobs:
ln -s /usr/local/opt/llvm@13 /usr/local/opt/llvm
fi
make milvus && sh scripts/collect_arrow_dep.sh -f /tmp/thirdparty
- name: Upload Cmake log
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: cmake-log
path: cmake_build/CMakeFiles/*.log