fix docker compose not found (#426)
This commit is contained in:
parent
538481c33c
commit
90eb188c9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue