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