rojo-rbx / run-in-roblox

Run a place, model, or individual script inside Roblox Studio, integrating with command line tools
MIT License
53 stars 22 forks source link

Fail with clean exit #19

Open LastTalon opened 3 years ago

LastTalon commented 3 years ago

Run-in-Roblox failed while apparently giving a clean exit code during CI setup when running the command run-in-roblox --place build.rbxlx --script Tests/Run.server.lua.

firefox_C5Ch0uOS8c

Unfortunately I cannot reproduce this. Rerunning the job resulted in expected behavior. If I encounter it again I'll leave more details.

LastTalon commented 1 year ago

Wrapping back to this issue after several years, I still have no definitive cause for this bug. It happens intermittently and rarely (encountered using github action runners) and every time it has happened, simply re-running the job has resulted in a success.

I've never had it happen outside of CI and there is no discernible difference I've seen in CI logs that would indicate a cause. I think creating a reproduction for this bug is unlikely.