Skip to content

Commit efd94ea

Browse files
authored
Enable build with real service backend (#233)
* Enable build with real service backend * Update auto-setup container version to 1.1.1
1 parent 8fba045 commit efd94ea

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ steps:
99
- docker-compose#v3.0.0:
1010
run: unit-test-test-service
1111
config: docker/buildkite/docker-compose.yaml
12-
# - label: ":java: Unit test with docker service"
13-
# agents:
14-
# queue: "default"
15-
# docker: "*"
16-
# command: "./gradlew --no-daemon test"
17-
# timeout_in_minutes: 15
18-
# plugins:
19-
# - docker-compose#v3.0.0:
20-
# run: unit-test-docker
21-
# config: docker/buildkite/docker-compose.yaml
22-
- wait
12+
- label: ":java: Unit test with docker service"
13+
agents:
14+
queue: "default"
15+
docker: "*"
16+
command: "./gradlew --no-daemon test"
17+
timeout_in_minutes: 15
18+
plugins:
19+
- docker-compose#v3.0.0:
20+
run: unit-test-docker
21+
config: docker/buildkite/docker-compose.yaml
22+
- wait

docker/buildkite/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- "8126:8126"
2020

2121
temporal:
22-
image: temporalio/auto-setup:0.21.1
22+
image: temporalio/auto-setup:1.1.1
2323
logging:
2424
driver: none
2525
ports:

0 commit comments

Comments
 (0)