Continuous Integration (CI) with GitHub Actions
Details
GitHub Actions makes it easy to automate all your software workflows. Build, test, and deploy your code right from GitHub. If you have wanted to incorporate Continuous Integration into your workflow or if you are already using another product for CI/CD pipelines, this presentation will help you understand how, when and why to use GitHub actions to streamline your development process. With GitHub Actions, you are able to keep your development automation within the tool you are already using to track your code. Use pull requests and code review to keep track of your processes and put control into the hands of developers.
Your repository can contain multiple workflows that trigger different jobs based on different events. You can use a workflow to install software testing apps and have them automatically test your code on GitHub's runners. When your code has passed automation tests, you can also set up actions that will build and deploy your application. GitHub Actions can help you automate nearly every aspect of your application development processes. Learn tip and trick and get started writing your own actions right away!
