Skip to content

Commit

Permalink
Merge pull request #856 from voxpupuli/support-beaker_facter
Browse files Browse the repository at this point in the history
support setting beaker_facter in ci.yml
  • Loading branch information
evgeni committed Oct 20, 2023
2 parents 4b75625 + 996a550 commit 9af9875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moduleroot/.github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
<%- if @configs['unit_runs_on'] -%>
unit_runs_on: '<%= @configs['unit_runs_on'] %>'
<%- end -%>
<%- if @configs['beaker_facter'] -%>
beaker_facter: '<%= @configs['beaker_facter'] %>'
<%- end -%>
<%- if @configs['acceptance_runs_on'] -%>
acceptance_runs_on: '<%= @configs['acceptance_runs_on'] %>'
<%- end -%>
Expand Down

0 comments on commit 9af9875

Please sign in to comment.