Run Dotnet Test Project using AWS secrets with Postgres database in the backend in Gitlab CICD
This blog is about running a Dotnet Core test project with the Postgres database in the backend in the GitLab CICD pipeline. In GitLab-CICD, we will create a Postgres instance, which will be used by Integration Tests written in Dotnet Core. We will also obtain AWS secrets from the secret manager and submit them for … Read more