We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4791c commit c380e18Copy full SHA for c380e18
.github/workflows/module_acceptance_custom.yml
@@ -42,6 +42,11 @@ on:
42
description: 'Task for the step "Remove test environment"'
43
default: 'litmus:tear_down'
44
type: "string"
45
+ matrix_from_metadata:
46
+ description: 'Commands to run to get the test matrix'
47
+ default: 'matrix_from_metadata_v2'
48
+ type: "string"
49
+
50
51
jobs:
52
@@ -78,7 +83,7 @@ jobs:
78
83
- name: Setup Test Matrix
79
84
id: get-matrix
80
85
run: |
81
- bundle exec matrix_from_metadata_v2 ${{ inputs.flags }}
86
+ bundle exec ${{ inputs.matrix_from_metadata }} ${{ inputs.flags }}
82
87
88
- name: Setup Ruby Version and Setup Puppet Version
89
id: get-puppet_ruby_version
0 commit comments