From 996a5505e91ce2f25fb143e85f3c2f9807a6fa9f Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 20 Oct 2023 11:59:00 +0200 Subject: [PATCH] support setting beaker_facter in ci.yml --- moduleroot/.github/workflows/ci.yml.erb | 3 +++ 1 file changed, 3 insertions(+) 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 -%>