Class: ManageIQ::CrossRepo::Runner::Github

Inherits:
Base
  • Object
show all
Defined in:
lib/manageiq/cross_repo/runner/github.rb

Constant Summary collapse

CONFIG_FILE =
".github/workflows/ci.yaml".freeze

Instance Attribute Summary

Attributes inherited from Base

#config, #script_cmd

Class Method Summary collapse

Methods inherited from Base

#build_test_script, #initialize

Constructor Details

This class inherits a constructor from ManageIQ::CrossRepo::Runner::Base

Class Method Details

.available?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/manageiq/cross_repo/runner/github.rb', line 10

def self.available?
  File.exist?(CONFIG_FILE)
end