FuelLabs/sway

ci: handle mdbook build failures better

Open

#3887 aperta il 25 gen 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (5421 fork)batch import
P: lowbugcigood first issue

Metriche repository

Star
 (61.702 star)
Metriche merge PR
 (Merge medio 22h 6m) (16 PR mergiate in 30 g)

Descrizione

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.

Guida contributor