FuelLabs/sway

ci: handle mdbook build failures better

Open

#3 887 ouverte le 25 janv. 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (5 421 forks)batch import
P: lowbugcigood first issue

Métriques du dépôt

Stars
 (61 702 stars)
Métriques de merge PR
 (Merge moyen 22h 6m) (16 PRs mergées en 30 j)

Description

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.

Guide contributeur