GitHub Actions – TestContainers SQL Server – timeout starting
This is my first time trying to use TestContainer. I am using it to make sure the tests run on a fresh database. This works with Docker Desktop locally and runs quite fast. I am now testing to see how it will work in a CI pipe in the cloud.
GitHub Actions – TestContainers MSSQL – Timeout Starting
This is my first time trying to use TestContainer. I am using it to make sure the Tests run on a fresh database. This works with Docker Desktop locally and runs quite fast. I am now testing to see how it will work in a CI pipe in the cloud. However, after 5 minutes of the following is clearly fails. I can extend the timeout but don’t believe this will help as the tests run so fast locally.