From 7da4f19b91882956b1378d63f8fc1e49fa100d2f Mon Sep 17 00:00:00 2001 From: K Siva Prasad Reddy Date: Wed, 15 Nov 2023 05:26:06 +0530 Subject: [PATCH] Add buildkite pipeline config using TCC --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e8822ef..7ad230a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,4 +1,5 @@ steps: - label: "Test" commands: + - sh -c "$(curl -fsSL https://get.testcontainers.cloud/bash)" - ./mvnw test \ No newline at end of file