79476419

Date: 2025-02-28 18:46:52
Score: 1.5
Natty:
Report link

The easiest workaround is to rename the container, assuming you're running some docker build+run or docker-compose.

Depending on your workflow, consider post-test removal/pruning in particular with cancelled(), failure() or always(). If you're using self-hosted runners, login to that system and kill the container. For Github-hosted runners, I don't think there is any access to them. You'll have to wait until the default timeout kills the container.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: ThompsonA93