From f6e8b36d5b2139ddee408ce30637627069438b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 14 Jan 2025 19:22:07 +0800 Subject: [PATCH] =?UTF-8?q?.github/workflows/=E6=B5=8Bhttp-server.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/测http-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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