puppetlabs / cat-github-actions

1 stars 4 forks source link

Maint update ci.yml #24

Closed jordanbreen28 closed 1 year ago

jordanbreen28 commented 1 year ago

This PR introduces a "rake_task" input to gem_ci.yml. Allows the injection of a custom rake task other than spec to execute tests, which is required for repos like https://github.com/puppetlabs/puppet-editor-services. Defaults to "spec" if not specified.