Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all Docker containers after an Actions workflow #474

Closed
kmazurek opened this issue Apr 8, 2021 · 0 comments · Fixed by #475
Closed

Remove all Docker containers after an Actions workflow #474

kmazurek opened this issue Apr 8, 2021 · 0 comments · Fixed by #475
Assignees

Comments

@kmazurek
Copy link
Contributor

kmazurek commented Apr 8, 2021

We need to make sure that a proper cleanup is performed after a test, regardless of how the test was closed. Currently, when a test is stopped forcefully it does not remove some of the Docker containers started as part of it (i.e. the ones which are started dynamically, for example provider and requestor nodes).

Solution proposed by @shadeofblue: include an Actions step which removes all containers before and after the tests step in a workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant