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 rworkflows documentation 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

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