robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
172 stars 14 forks source link

Robotcode debuger - GitHub Actions #271

Open martamedovova-ext91522 opened 1 month ago

martamedovova-ext91522 commented 1 month ago

Hello Daniel,

have you tried your debuger with GitHub Actions?

Thank you

d-biehl commented 1 month ago

Hi Marta,

No, not with Github Actions, but with Gitlab Pipelines. However, the procedure should be the same. Depending on where your test is running, you need to have network access to this machine to reach the debugger. The easiest way to do this is with your own Github Actions Runner in your own network in a VM or a dedicated computer. You can find descriptions of how to set this up on the web.

Have you already tried it?

martamedovova-ext91522 commented 1 month ago

Thank you for your quick reply.

No, I have not yet.