Skip to content

Commit b897f92

Browse files
committed
reset diff: docker-compose -> docker compose
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
1 parent 2b7fde8 commit b897f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
./dist/linux_amd64/release/placement &
105105
- name: Spin local environment
106106
run: |
107-
docker-compose -f ./sdk-tests/deploy/local-test.yml up -d mongo kafka mysql
107+
docker compose -f ./sdk-tests/deploy/local-test.yml up -d mongo kafka mysql
108108
docker ps
109109
- name: Install local ToxiProxy to simulate connectivity issues to Dapr sidecar
110110
run: |

0 commit comments

Comments
 (0)