FuelLabs/sway

ci: handle mdbook build failures better

Open

#3,887 创建于 2023年1月25日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (5,421 fork)batch import
P: lowbugcigood first issue

仓库指标

Star
 (61,702 star)
PR 合并指标
 (平均合并 22小时 6分钟) (30 天内合并 16 个 PR)

描述

We have mdbook build steps in the CI that can be hard to troubleshoot upon failure:

image

Originally, this particular job was set up this way to emit logs because it would pass regardless of whether mdbook build succeeded or failed.

We should either fix the lack of logs being emitted here, or find another way to fail with logs if mdbook build fails.

贡献者指南