Skip to content

Commit

Permalink
fix docker compose not found (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
tg123 authored Aug 13, 2024
1 parent 538481c commit 90eb188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 90eb188

Please sign in to comment.