-
Notifications
You must be signed in to change notification settings - Fork 10
Explore options for interactive debugging #103
Copy link
Copy link
Open
Labels
GitHub ActionsIssue occurring on GitHub ActionsIssue occurring on GitHub ActionsdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
GitHub ActionsIssue occurring on GitHub ActionsIssue occurring on GitHub ActionsdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
In Progress
One weak point of CI/CD platforms that are runs remotely is that you can't directly debug in these environments.
However, running CI/CD on GitHub may offer some unique solutions to this as believe the GH Codespaces use the same VMs as GH Actions. Will explore this further and add to the
rworkflowsdocumentation if I find anything useful.Access your existing codespaces here:
https://github.com/codespaces
Quickly access a repo-specific Codespace with the following link format. However, it seems this version of the Codespace it quite limited as you can't use it to run code in the terminal (it prompts you do create a Codespace with a certain amount of compute and then generates it for you):
https://github.dev/neurogenomics/rworkflows
GH Codespaces docs
Pricing