diff --git a/moduleroot/.github/workflows/ci.yml.erb b/moduleroot/.github/workflows/ci.yml.erb index d35d4a97..5d66b666 100644 --- a/moduleroot/.github/workflows/ci.yml.erb +++ b/moduleroot/.github/workflows/ci.yml.erb @@ -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 -%>