You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the `test-fast` Windows jobs, this removes descendant
directories under the directory where Git for Windows is installed
on CI Windows runners, from the `PATH` environment variable. This
is done after the full test suite run.
The idea is to support running some specific tests, where
`gix-path` will have to find `git` by checking common locations.
But this does rerun any tests yet.
The other change this makes is to remove the CI runner PATH
search instrumentation steps in `test-fast` and
`test-fixtures-windows` that were just previously added. (Those
steps were added temporarily to examine how this change should be
made, and they are no longer needed.)
0 commit comments