Skip to content

fix(runner): use absolute paths in env vars

Alex Tercete requested to merge absolute-runner-env-paths into main

Using relative paths assumes the test will run from the exec root, but we don't control that. So we should use absolute paths to make this more robust and predictable.

Merge request reports

Loading