Tags > aws

Posted on 20 June 2023

Custom docker image in AWS ECR used in GitHub Actions

Running a test suite in your CI pipeline is critical but I was recently tasked with getting a test suite running without having the luxury of using database factories or seeders for a variety of reasons. Another approach which I decided to use, was to pre-seed a database with test data and create a custom docker image.