We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are using this project to run a docker based application and run some Playwright tests. However in the Github actions output we get a warning:
The Stop containers step is having trouble removing the network because there are still active endpoints:
Stop containers
Remove container network: github_network_76a4828f83f84110a385d9754e08f963 /usr/bin/docker network rm github_network_76a4828f83f84110a385d9754e08f963 Error response from daemon: error while removing network: network github_network_76a4828f83f84110a385d9754e08f963 id a44ff73f421df75f86fcf75b909486794466c517f7cb6e149046593d5b5d4d47 has active endpoints Warning: Docker network rm failed with exit code 1
Perhaps we need to stop the application in the workflow. Is there a way to do that?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are using this project to run a docker based application and run some Playwright tests. However in the Github actions output we get a warning:
The
Stop containers
step is having trouble removing the network because there are still active endpoints:Perhaps we need to stop the application in the workflow. Is there a way to do that?
The text was updated successfully, but these errors were encountered: