Skip to content

Commit

Permalink
Add buildkite pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Nov 12, 2023
1 parent 062cedb commit 4d6e3e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
steps:
- label: "Test"
commands:
- sh -c "$(curl -fsSL https://get.testcontainers.cloud/bash)"
- ./mvnw test
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.0</version>
<version>3.1.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>org.testcontainers</groupId>
Expand All @@ -17,7 +17,7 @@

<properties>
<java.version>17</java.version>
<testcontainers.version>1.18.3</testcontainers.version>
<testcontainers.version>1.19.1</testcontainers.version>
<mockserver-netty.version>5.13.2</mockserver-netty.version>
<webjars-locator.version>0.46</webjars-locator.version>
<bootstrap.version>5.2.2</bootstrap.version>
Expand Down

0 comments on commit 4d6e3e2

Please sign in to comment.