Skip to content

Commit f25e5f7

Browse files
committed
update docker-compose to "docker compose"
1 parent 831853d commit f25e5f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
go-version: '~1.21' # The Go version to download (if necessary) and use.
1515
- name: Start up dependencies
16-
run: docker-compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
16+
run: docker compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
1717
- name: Wait for dependencies to start up
1818
uses: jakejarvis/wait-action@master
1919
with:

.github/workflows/pr-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
go-version: '~1.21' # The Go version to download (if necessary) and use.
1212
- name: Start up dependencies
13-
run: docker-compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
13+
run: docker compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
1414
- name: Wait for dependencies to start up
1515
uses: jakejarvis/wait-action@master
1616
with:

0 commit comments

Comments
 (0)