fix docker compose not found (#426)

This commit is contained in:
Boshi Lian 2024-08-12 21:08:18 -07:00 committed by GitHub
parent 538481c33c
commit 90eb188c9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
run: kind create cluster -n sshpipertest
- name: E2E
run: docker-compose up --build --abort-on-container-exit --exit-code-from testrunner
run: docker compose up --build --abort-on-container-exit --exit-code-from testrunner
working-directory: e2e
env:
COMPOSE_DOCKER_CLI_BUILD: "1"