There was an error while loading. Please reload this page.
1 parent 98b03ff commit 3674121Copy full SHA for 3674121
1 file changed
lib/kiba/extend/job_test/suite_runner.rb
@@ -34,6 +34,7 @@ def results = @results ||= run_tests
34
attr_reader :dir
35
36
def tests_by_job = Dir.children(dir)
37
+ .select { |f| f.end_with?(".yml") }
38
.map { |f| ConfigFilePrepper.new(File.join(dir, f)).call }
39
.flatten
40
.group_by { |config| config[:job] }
0 commit comments