From 4d6e3e21d6aab6a4ad688a60c33a0252270b4519 Mon Sep 17 00:00:00 2001 From: K Siva Prasad Reddy Date: Sun, 12 Nov 2023 11:38:24 +0530 Subject: [PATCH] Add buildkite pipeline config --- .buildkite/pipeline.yml | 5 +++++ pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .buildkite/pipeline.yml diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml new file mode 100644 index 0000000..7ad230a --- /dev/null +++ b/.buildkite/pipeline.yml @@ -0,0 +1,5 @@ +steps: + - label: "Test" + commands: + - sh -c "$(curl -fsSL https://get.testcontainers.cloud/bash)" + - ./mvnw test \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7e7a676..7180754 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.0 + 3.1.5 org.testcontainers @@ -17,7 +17,7 @@ 17 - 1.18.3 + 1.19.1 5.13.2 0.46 5.2.2