1028
Some checks failed
Clone Repository with Trojan-Go Proxy / clone_with_proxy (push) Failing after 37s
Some checks failed
Clone Repository with Trojan-Go Proxy / clone_with_proxy (push) Failing after 37s
This commit is contained in:
parent
4ecaaccf2b
commit
9926da315e
5
.github/workflows/BBB.yml
vendored
5
.github/workflows/BBB.yml
vendored
@ -117,8 +117,7 @@ jobs:
|
||||
echo "Checking if Trojan-Go proxy is still running..."
|
||||
if pgrep -x "trojan-go" > /dev/null
|
||||
then
|
||||
echo "Trojan-Go is still running."
|
||||
echo "Trojan-Go 已成功启动并在运行中。"
|
||||
else
|
||||
echo "Trojan-Go is not running."
|
||||
exit 1 # 退出并标记步骤失败,表明代理已停止
|
||||
echo "启动失败,检查日志文件 trojan-go.log 以获取更多信息。" && cat trojan-go.log && exit 1
|
||||
fi
|
Loading…
Reference in New Issue
Block a user