Skip to content

Commit

Permalink
make the box more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 27, 2023
1 parent c264093 commit 2688320
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ C-D below are performed by a collaborator.
In this exercise, we will:
**A.** Create and add code to a repository on GitHub/GitLab (or, alternatively, fork and clone an existing example repository)
**B.** Set up tests with GitHub Actions/ GitLab CI
**C.** Find a bug in our repository and open an issue to report it
**D.** Fix the bug on a bugfix branch and open a pull request (GitHub)/ merge request (GitLab)
**E.** Merge the pull/merge request and see how the issue is automatically closed.
**F.** Create a test to increase the code coverage of our tests.
- **A.** Create and add code to a repository on GitHub/GitLab (or, alternatively, fork and clone an existing example repository)
- **B.** Set up tests with GitHub Actions/ GitLab CI
- **C.** Find a bug in our repository and open an issue to report it
- **D.** Fix the bug on a bugfix branch and open a pull request (GitHub)/ merge request (GitLab)
- **E.** Merge the pull/merge request and see how the issue is automatically closed.
- **F.** Create a test to increase the code coverage of our tests.
```

### Prerequisites
Expand Down

0 comments on commit 2688320

Please sign in to comment.