diff --git a/moduleroot/.github/workflows/ci.yml.erb b/moduleroot/.github/workflows/ci.yml.erb index 3486151d..6bc1ef09 100644 --- a/moduleroot/.github/workflows/ci.yml.erb +++ b/moduleroot/.github/workflows/ci.yml.erb @@ -29,6 +29,9 @@ jobs: <%- if @configs['beaker_facter'] -%> beaker_facter: '<%= @configs['beaker_facter'] %>' <%- end -%> +<%- if @configs['beaker_hypervisor'] -%> + beaker_hypervisor: '<%= @configs['beaker_hypervisor'] %>' +<%- end -%> <%- if @configs['acceptance_runs_on'] -%> acceptance_runs_on: '<%= @configs['acceptance_runs_on'] %>' <%- end -%>