Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make debug tmate step a dropdown instead of a checkbox #74

Open
bkiahstroud opened this issue Jun 21, 2024 · 0 comments
Open

Make debug tmate step a dropdown instead of a checkbox #74

bkiahstroud opened this issue Jun 21, 2024 · 0 comments
Assignees

Comments

@bkiahstroud
Copy link
Contributor

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.

Related convo in Slack

@bkiahstroud bkiahstroud self-assigned this Jun 21, 2024
bkiahstroud added a commit that referenced this issue Jun 21, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant