File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
go-version : ' ~1.21' # The Go version to download (if necessary) and use.
15
15
- 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
17
17
- name : Wait for dependencies to start up
18
18
uses : jakejarvis/wait-action@master
19
19
with :
Original file line number Diff line number Diff line change 10
10
with :
11
11
go-version : ' ~1.21' # The Go version to download (if necessary) and use.
12
12
- 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
14
14
- name : Wait for dependencies to start up
15
15
uses : jakejarvis/wait-action@master
16
16
with :
You can’t perform that action at this time.
0 commit comments