Class: ActionsGenerator

Inherits:
Generator
  • Object
show all
Defined in:
lib/generators/actions/actions_generator.rb

Instance Method Summary collapse

Methods inherited from Generator

#args, #cross_platform?, #cucumber?, #mobile?, #rspec?, #selenium?, #single_platform?, source_paths, #visual?, #watir?, #web?

Instance Method Details

#generate_actions_fileObject



6
7
8
9
10
# File 'lib/generators/actions/actions_generator.rb', line 6

def generate_actions_file
  return unless web?

  template('actions.tt', "#{name}/.github/workflows/test_pipeline.yml")
end