From the course: GitHub Administration Cert Prep
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
"Hello, world" GitHub Actions CI - GitHub Tutorial
From the course: GitHub Administration Cert Prep
"Hello, world" GitHub Actions CI
- Hi, my name is Noah Gift, and today, I'm going to talk to you about how to set up a hello world continuous integration with GitHub Actions on all major cloud environments. We should be able to tackle this in just a few minutes. Let's go and get started. Let's take a look at a common scenario here that I see a lot with students, with professionals, is that they need to build something, and test it out, and how do they get started? Well, I think GitHub is probably the cleanest solution for most people, and the reason for that is it has something called Actions. What is Actions? It's a build system that will test your code automatically. In fact, it can do any task, including building containers or deploying code. But in this situation, if we want to do continuous integration, we can do this with the CloudShell environment, we can do it with Google Cloud Shell, Azure Cloud Shell, GitHub Codespaces, all environments, you…