.github/workflows/测http-server.yaml

This commit is contained in:
严浩
2025-01-14 19:23:28 +08:00
parent 2c4fdb29c5
commit e49930a650

View File

@@ -18,4 +18,5 @@ jobs:
# SERVER_PID=$!
# sleep 1 # 等待服务器启动
curl http://localhost:4251/ -v
kill $SERVER_PID
# kill $SERVER_PID
- run: echo "DONE"