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

Commit 1706726

Browse files
authored
Update course-details.md
1 parent f5a581f commit 1706726

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

course-details.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ This course will get you from zero-to-CI by setting up two workflow files to aut
88
We'll answer common questions like:
99

1010
- What is Continuous Integration?
11-
- What are workflows and how do they enable CI?
11+
- How do GitHub Actions and workflows enable CI?
1212
- What are build artifacts and how are they used?
1313
- How can a unit testing framework be implemented with GitHub Actions?
1414

1515
And when you're done you'll be able to:
16-
- Describe the importance of Continuous Integration
16+
- Describe the importance of GitHub Actions in Continuous Integration
1717
- Use and customize a templated workflow
1818
- Create CI workflows that match a team's needs and behaviors
1919
- Use a repository's source code and build artifacts across jobs in a workflow
@@ -24,16 +24,19 @@ And when you're done you'll be able to:
2424
- Choose virtual environments for an application's CI needs
2525

2626
## What you'll build
27-
We'll be creating a simple Tic Tac Toe game!
28-
![tic tac toe](https://user-images.githubusercontent.com/38021615/74766565-2f197600-523a-11ea-9639-e22513cf6e6e.png)
29-
27+
In this course, we'll be walking through CI using GitHub Actions, and creating a Tic Tac Toe game!
3028

29+
![deployed app](https://user-images.githubusercontent.com/16547949/75822607-4003d480-5d6e-11ea-99e5-fc0cb5ca8054.gif)
3130

3231

3332
## Prerequisites
34-
Before starting this course, we recommend completing the [Introduction to GitHub Learning Lab](https://lab.github.com/githubtraining/introduction-to-github) course.
33+
Before you start, you should be familiar with GitHub. We recommend taking the following two Learning Labs prior to this course:
3534

35+
- [Introduction to GitHub](https://lab.github.com/githubtraining/introduction-to-github)
36+
- [Hello GitHub Actions!](https://lab.github.com/github/hello-github-actions!)
3637

38+
And a great follow-on course is
39+
- [Continuous Delivery with GitHub Actions](https://lab.github.com/githubtraining/github-actions:-continuous-delivery/)
3740

3841
## Projects used
3942
This makes use of the following technologies:
@@ -43,5 +46,5 @@ This makes use of the following technologies:
4346

4447
## Audience
4548

46-
Developers, new GitHub users, students, teams
49+
Developers, DevOps Engineers, new GitHub users, students, teams
4750

0 commit comments

Comments
 (0)