Skip to content

Commit 98437c7

Browse files
committed
misunderstood that compose instruction, undoing
1 parent 9193495 commit 98437c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ steps:
7070
command:
7171
- |-
7272
./scripts/golint.sh
73+
- docker-compose#v3.0.0:
74+
run: unit-test
75+
config: docker/buildkite/docker-compose.yml
7376

7477
- label: ":golang: ensure it builds on go 1.21"
7578
artifact_paths: [ ]
@@ -83,6 +86,9 @@ steps:
8386
command:
8487
- |-
8588
GOTOOLCHAIN=go1.21.1 go build ./...
89+
- docker-compose#v3.0.0:
90+
run: unit-test
91+
config: docker/buildkite/docker-compose.yml
8692

8793
- label: ":golang: integration-test-sticky-off"
8894
artifact_paths:

0 commit comments

Comments
 (0)