You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: integrate RabbitMQ container for testing in CI environment
- Add `github.com/testcontainers/testcontainers-go` and other indirect dependencies to `go.mod`
- Import `testcontainers-go` and `testcontainers-go/wait` in `rabbitmq_test.go`
- Add `require` package to `rabbitmq_test.go`
- Add `setupRabbitMQContainer` function to set up a RabbitMQ container for tests
- Modify `TestShutdownWorkFlow` to use the RabbitMQ container setup and cleanup
Signed-off-by: appleboy <[email protected]>
0 commit comments