Running Unit Tests in GitHub Actions

Verifying code changes with unit tests is a critical process in typical development workflows. GitHub Actions provides a number of custom actions to collect and process the results of tests allowing developers to browse the results, debug failed tests, and generate reports.

In this article, I show you how to add unit tests to a GitHub Actions workflow and configure custom actions to process the results.

CategoriesUncategorized