From 2c4fdb29c593b27f224ba5904f0fdce1d90c68a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 14 Jan 2025 19:23:13 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/测http-server.yaml b/.github/workflows/测http-server.yaml index 87ccbd4..9493a2c 100644 --- a/.github/workflows/测http-server.yaml +++ b/.github/workflows/测http-server.yaml @@ -15,7 +15,7 @@ jobs: mkdir -p gitea echo '

hello world

' > gitea/index.html npx http-server -p=4251 ./gitea & - SERVER_PID=$! - sleep 1 # 等待服务器启动 + # SERVER_PID=$! + # sleep 1 # 等待服务器启动 curl http://localhost:4251/ -v kill $SERVER_PID \ No newline at end of file