Skip to content

Handle missing test directory in findFlakes

Smartypants requested to merge fix-findFlakes-missing-dir into master

Return empty list when the search directory doesn't exist instead of throwing an error. Fixes CI for repos that use nixica-ci root.enable but have no test/ directory.

Merge request reports