Skip to content

fix(runner): allow Bash builtins

Alex Tercete requested to merge runner-bash-builtins into main

The Runner.run method used env to run commands directly, which meant it didn't allow Bash builtins (like cd). We now use a hermetic Bash to run commands instead.

Closes #72 (closed).

Merge request reports

Loading