.github/workflows/测http-server.yaml
Some checks failed
/ test-httpserver (push) Failing after -37s
/ Cache-Java-Test (push) Successful in 5s
/ opt_hostedtoolcache (push) Successful in -40s
/ job1 (push) Successful in -9s
/ job2 (push) Successful in -9s
/ job3 (push) Has been skipped
/ hashFiles (push) Successful in -8s
/ go-hashfiles (push) Successful in 23s
/ test-timezone (push) Successful in 2s

This commit is contained in:
严浩
2025-01-14 19:22:07 +08:00
parent 86fbbe6a97
commit f6e8b36d5b

View File

@ -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