Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
a wild space appears after a period
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector authored Jan 8, 2019
1 parent da67580 commit 2ec19d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/09.1_fix-the-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Nice work! We've added a unit test to check for broken links. When a broken link

Notice how the two parts **build** and **testlinks** both show as CircleCI checks in our build, but the build unit test succeeds while the `testlinks` build fails due to a broken link. Also, notice that even though the `testlinks` test fails, we are still able to merge in the pull request. The branch protection only requires a build test before merging.

When adding tests, or **jobs**, you can decide which ones must pass before allowing the pull request to merge.This is the nature of managing your pipeline as code using [Workflows](https://circleci.com/docs/2.0/workflows-overview/).
When adding tests, or **jobs**, you can decide which ones must pass before allowing the pull request to merge. This is the nature of managing your pipeline as code using [Workflows](https://circleci.com/docs/2.0/workflows-overview/).

![screen shot 2018-12-13 at 5 01 36 pm](https://user-images.githubusercontent.com/6351798/49974946-ca0d1680-fef8-11e8-890e-90a568b50c56.png)

Expand Down

0 comments on commit 2ec19d3

Please sign in to comment.