Skip to content
  • Alex Tercete's avatar
    fix(runner): allow Bash builtins · 2a55a674
    Alex Tercete authored
    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.
    2a55a674
Loading