Class: ActionsGenerator
- Defined in:
- lib/generators/actions/actions_generator.rb
Instance Method Summary collapse
Methods inherited from Generator
#android?, #args, #axe?, #cross_platform?, #cucumber?, #ios?, #mobile?, #rspec?, #selenium?, #selenium_based?, #single_platform?, source_paths, #visual?, #watir?, #web?
Instance Method Details
#generate_actions_file ⇒ Object
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 |