mirror of https://github.com/milvus-io/milvus.git
Update main.yaml
parent
48b737cc34
commit
d434b2cb15
|
@ -199,6 +199,12 @@ jobs:
|
|||
docker ps
|
||||
- name: UT
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install lsof -y
|
||||
lsof -i :9000
|
||||
sleep 300
|
||||
lsof -i :4443
|
||||
lsof -i :9000
|
||||
chmod +x build/builder.sh
|
||||
chmod +x scripts/run_go_codecov.sh
|
||||
docker ps
|
||||
|
|
Loading…
Reference in New Issue