fix flaky e2e
This commit is contained in:
parent
630a01fbb6
commit
61fce7bcd9
3 changed files with 17 additions and 12 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue