We want to run our pipeline against real world dbs consistently for testing purposes. Locally, this is not a problem, however, we need databases filled with dummy data that contain the same structure as our current databases to be usable in our ci. We want to create a docker container that integrates into our CI for testing purposes and replicate the DBs there.
We want to run our pipeline against real world dbs consistently for testing purposes. Locally, this is not a problem, however, we need databases filled with dummy data that contain the same structure as our current databases to be usable in our ci. We want to create a docker container that integrates into our CI for testing purposes and replicate the DBs there.