You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your action on self-hosted runners.
In my configuration the host were the robot-reporter container runs is reused.
Consequently, after completion these containers are never removed.
I suggest to add the --rm option when running the container here:
Simply added the `--rm` docker flag to automatically delete the container upon completion.
This is particularly useful when running the action on self-hosted runners.
Closesjoonvena#28
Hi there 👋
I'm using your action on self-hosted runners.
In my configuration the host were the
robot-reporter
container runs is reused.Consequently, after completion these containers are never removed.
I suggest to add the
--rm
option when running the container here:https://github.com/joonvena/robotframework-reporter-action/blob/413a90b26bb8a49eebc51af51f1631500ef0339d/report.sh#L3C1-L3C1
WDYT?
Thanks & have a nice day!
The text was updated successfully, but these errors were encountered: