Skip to content

Commit

Permalink
Add terminal to docker compose steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook committed May 6, 2024
1 parent 408586b commit 7ee4829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ steps:
docker-compose#v5.1.0:
config: .buildkite/docker-compose.yaml
run: lint
tty: true

- name: ":go: test"
plugins:
Expand All @@ -24,3 +25,4 @@ steps:
docker-compose#v5.1.0:
config: .buildkite/docker-compose.yaml
run: build
tty: true

0 comments on commit 7ee4829

Please sign in to comment.