Skip to content

Commit 4483d25

Browse files
committed
WIP
1 parent 3f05db6 commit 4483d25

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

content/how-tos/ci-logs.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "How do I access CI logs?"
3+
---
4+
5+
{{< admonition warning >}}
6+
This is a draft document.
7+
{{< /admonition >}}
8+
9+
Most packages use _continuous integration_ (CIs) to ensure that new code contributions don't break existing functionality.
10+
CIs do things like run code style checks, run unit tests on different operating systems or different dependency versions, and build documentation websites.
11+
Frequently, when you contribute bugfixes, new features, or documentation changes to a packages, one or more of the CIs will fail.
12+
Below, we show how to figure out _why_ they failed, and what to do to fix them.
13+
14+
<!-- TODO screenshots of CIs with the doc build broken (CircleCI) -->
15+
16+
<!-- TODO screenshots of CIs with the doc build broken (readthedocs) -->
17+
18+
<!-- TODO screenshots of CIs with a GitHub actions unit test broken -->
19+
20+
<!-- TODO screenshots of CIs with an azure-pipelines unit test broken -->

0 commit comments

Comments
 (0)