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

This commit is contained in:
严浩
2025-01-14 19:23:28 +08:00
parent 2c4fdb29c5
commit e49930a650

View File

@ -18,4 +18,5 @@ jobs:
# SERVER_PID=$!
# sleep 1 # 等待服务器启动
curl http://localhost:4251/ -v
kill $SERVER_PID
# kill $SERVER_PID
- run: echo "DONE"