Does anybody know how one can replicate an environment used by GitHub actions so that one can SSH (or some equivalent) modify the environment in realtime, and try out commands that GH action runs.
I am trying to reduce the feedback loop of having to iterate on a PR for a change that does not pass tests due to issues with environment on the actions worker. Thanks!
