실패한 단계로 셸할 수 있도록 일시 중지하는 로컬 GitHub Actions 러너를 만들었습니다.

작성자

카테고리:

← 피드로
DEV Community · ankit patil · 2026-07-15 개발(SW)

ankit patil

Problem I kept hitting: a step fails in CI, logs aren’t enough, and “act” still feels all-or-nothing.

ciwalk runs GHA workflows locally in Docker and can pause on failure (or at a breakpoint). You drop into a shell in the same container — same env/cwd as the step — fix or inspect, then retry/continue/abort.

Install: uv tool install ciwalk / pip install ciwalk
Demo: https://github.com/kiwi-07/ciwalk (GIF in README)

Honest MVP limits: no matrix/secrets/full expressions yet. Built for the “why did this shell step fail?” cases.

If you try it on a real workflow that breaks, I’d love the issue report.

Detailed Blog – https://ankitpatil.pages.dev/blog/ciwalk

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다