Update main.yaml

pull/41178/head
sre-ci-robot 2025-04-09 23:25:16 +08:00 committed by GitHub
parent 48b737cc34
commit d434b2cb15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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