You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, checking the debug checkbox when manually starting the build-test-lint action will stop every step and open a tmate session. This is inconvenient if a dev is trying to debug the test step, for example, because they would have to first tmate into the build step and close the session to allow the build to proceed.
A dropdown that allowed the dev to select which step they want to debug (build, test, or lint) would be a much smoother experience.
Instead of halting every step in CI when debugging via tmate is enabled,
allow the actor to select which step they want to debug.
Previously, if a dev was trying to debug the test step, for example,
they would have to first tmate into the build step and close the session
to allow the build to proceed.
Ref #74
Currently, checking the debug checkbox when manually starting the
build-test-lint
action will stop every step and open a tmate session. This is inconvenient if a dev is trying to debug thetest
step, for example, because they would have to firsttmate
into the build step and close the session to allow the build to proceed.A dropdown that allowed the dev to select which step they want to debug (build, test, or lint) would be a much smoother experience.
Related convo in Slack
The text was updated successfully, but these errors were encountered: