fix flaky e2e

This commit is contained in:
Boshi Lian 2022-10-26 06:08:48 +00:00
parent 630a01fbb6
commit 61fce7bcd9
3 changed files with 17 additions and 12 deletions

View file

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