Skip to content

Commit

Permalink
update docker-compose to "docker compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
dselans committed Sep 14, 2024
1 parent 831853d commit f25e5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
go-version: '~1.21' # The Go version to download (if necessary) and use.
- name: Start up dependencies
run: docker-compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
run: docker compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
- name: Wait for dependencies to start up
uses: jakejarvis/wait-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
go-version: '~1.21' # The Go version to download (if necessary) and use.
- name: Start up dependencies
run: docker-compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
run: docker compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
- name: Wait for dependencies to start up
uses: jakejarvis/wait-action@master
with:
Expand Down

0 comments on commit f25e5f7

Please sign in to comment.