In this CI run, even though the Job completed successfully, the action failed because the container status was (still) "creating" rather than "running" when it was checked. https://github.com/mieweb/opensource-server/actions/runs/26001824863/job/76426426049
This is probably a timing issue. Perhaps we should loop on getting the container status (with a timeout) until it shows 'running'?
In this CI run, even though the Job completed successfully, the action failed because the container status was (still) "creating" rather than "running" when it was checked. https://github.com/mieweb/opensource-server/actions/runs/26001824863/job/76426426049
This is probably a timing issue. Perhaps we should loop on getting the container status (with a timeout) until it shows 'running'?