在github动作中使用卷曲会导致无限步骤过程

发布于 2025-02-10 16:58:41 字数 1085 浏览 0 评论 0原文

我不太确定如何最好地解释我看到的问题,但从本质上讲,我只是提出一个简单的卷发请求。

特定的github动作步骤是:

      - name: Perseus API cURL Test Stack on http
        run: |
          curl --silent --show-error --fail -v -L http://0.0.0.0:8001/

因此,实际上,如果有任何问题,卷曲请求应默默失败或显示错误。

但是,我所看到的只是一个连续的处理步骤,管道永远不会从此步骤中完成或退出:

“

但是,当堆栈是在该端点时,该端点在堆栈是在本地没有问题跑步:

有人可以指向我在正确的方向上指向我的问题吗?

对于详细模式,我在github动作中获得以下内容:

”

I'm not quite sure how best to explain the issue I am seeing, but essentially I am just making a simple cURL request.

The particular Github action step is as:

      - name: Perseus API cURL Test Stack on http
        run: |
          curl --silent --show-error --fail -v -L http://0.0.0.0:8001/

So, in effect, the curl request is supposed to silently fail or show an error if there are any issues.

However, all I see is a continuously processing step, and the pipeline never finishes or exits from this step:

Perseus API cURL Test Stack on http

However, there are no issues with the API at that endpoint locally when the stack is running:

Local cURL Command Works

Is anyone able to point me in the right direction as to what is going wrong here?

For verbosity mode, I get the following in the Github action:

Perseus API cURL Test Stack on http Verbose

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文