Use GitHub Actions to automatically run your unit tests, to ensure the changes you commit to your repository don't break anything.
00:00 Why create a GitHub Action for tests
00:25 Demo application
01:03 Creating the GitHub Action
04:17 Get the Action YML file locally
05:26 Viewing the Action results
06:04 Testing the Action