Category: Docker

Docker NestJS

API with NestJS #96. Running unit tests with CI/CD and GitHub Actions

This entry is part 96 of 121 in the API with NestJS

We should closely monitor the state of tests in our NestJS application. In a few previous parts of this series, we’ve used Docker and GitHub actions to design a CI/CD pipeline that automates our deployments. In this article, we avoid deploying faulty code by running unit tests before each pull request automatically. Preparing the Docker […]