diff --git a/.github/workflows/测http-server.yaml b/.github/workflows/测http-server.yaml index 10e3a6c..87ccbd4 100644 --- a/.github/workflows/测http-server.yaml +++ b/.github/workflows/测http-server.yaml @@ -17,5 +17,5 @@ jobs: npx http-server -p=4251 ./gitea & SERVER_PID=$! sleep 1 # 等待服务器启动 - curl -s http://localhost:4251/ + curl http://localhost:4251/ -v kill $SERVER_PID \ No newline at end of file