Elektrine lite

← Feed

@tofubl@discuss.tchncs.de

Post #2441013

2026-01-14 15:38 UTC

Github Actions really are horrible to work with. If I could spin up a container and test the commands on the fly that would make things so much easier. But having to do the commit push refresh webpage insanity every time… It is really cool when the pipeline works, but getting there is very painful.

Replies (1)

  • @dublet@lemmy.world 2026-01-14 18:38

    If I could spin up a container and test the commands on the fly that would make things so much easier You can, if you use docker based actions.

    Open ##2660310