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

Commit 418258d

Browse files
committed
add a proper course details
1 parent e60ad18 commit 418258d

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

course-details.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
This is the description we show on the course page [here](https://lab.github.com/githubtraining/set-up-continuous-integration-with-github-actions). This first paragraph will be featured at the top of the page so make it great.
2-
3-
4-
5-
Be sure to tell the learner about the technology you are teaching, why they should learn it, how they can use it, and what you will teach them.
1+
GitHub Actions makes it easier than ever to incorporate continuous integration (CI) into your repositories.
62
3+
This course will get you from zero-to-CI by setting up two workflow files to automate the way you work.
74

5+
After taking this course, you'll be able to:
6+
- Describe CI and why it is necessary
7+
- Use and customize a templated workflow
8+
- Create CI workflows that match the team's needs and behaviors
9+
- Use the repository's source code and build artifacts (like compiled source code) across jobs in a workflow
10+
- Implement a unit testing framework using GitHub Actions
11+
- Create a workflow that runs tests and produces test reports
12+
- Set up a matrix build to create build artifacts for multiple target platforms
13+
- Save a repository's build artifacts
14+
- Access saved build artifacts
15+
- Choose virtual environments for the application's CI needs
816

9-
Include information on how they can reach you for questions about the content or course.
17+
This course has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course.

0 commit comments

Comments
 (0)