Elektrine lite

← Feed

@moonpiedumplings@programming.dev

Post #2441027

2026-01-14 18:11 UTC

have you looked at solutions which emulate github actions locally? https://github.com/nektos/act this is one of them but I think I’ve seen one more. Github actions also has self hosted runners: https://docs.github.com/en/actions/concepts/runners/self-hosted-runners

Replies (1)

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

    Never found act useful. Where I work, we have our own self hosted instance, including self hosted runners and it doesn’t really improve the situation WRT debugging an Action.

    Open ##2660312