mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Remove rebuild env image to decrease failure for download deps (#19481)
Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/19495/head
parent
a0ce533727
commit
289e55ec52
|
@ -69,8 +69,6 @@ jobs:
|
|||
run: |
|
||||
docker-compose up -d pulsar etcd minio
|
||||
- name: Build and UnitTest
|
||||
env:
|
||||
CHECK_BUILDER: "1"
|
||||
run: |
|
||||
./build/builder.sh /bin/bash -c "make check-proto-product && make codecov"
|
||||
- name: Get the status & restart count for containers when ut failed
|
||||
|
|
Loading…
Reference in New Issue