diff --git a/.github/workflows/测http-server.yaml b/.github/workflows/测http-server.yaml index 9493a2c..192a3e8 100644 --- a/.github/workflows/测http-server.yaml +++ b/.github/workflows/测http-server.yaml @@ -18,4 +18,5 @@ jobs: # SERVER_PID=$! # sleep 1 # 等待服务器启动 curl http://localhost:4251/ -v - kill $SERVER_PID \ No newline at end of file + # kill $SERVER_PID + - run: echo "DONE" \ No newline at end of file