This repository contains an example of how to use Testcontainers for Go with Docker Compose.
Please refer to the documentation of the Compose module here.
This project contains a CI configuration for running the tests with Testcontainers for Go in different CI providers.
This repository contains a GitHub Actions configuration for running the tests with Testcontainers for Go.
The configuration is in the .github/workflows/ci.yml
file, and it uses a matrix to run the tests with different versions of Go and Testcontainers for Go, including the main branch for both Testcontainers for Go and the Compose module.
This repository contains a CircleCI configuration for running the tests with Testcontainers for Go.
The configuration is in the .circleci/config.yml
file, and the CircleCI job is running the tests in Testcontainers Cloud.
This repository contains a Gitlab CI configuration for running the tests with Testcontainers for Go.
The configuration is in the .gitlab/gitlab-ci.yml
file, and the Gitlab repository is here.