Skip to content

Commit c380e18

Browse files
committed
Add in a new input: matrix_from_metadata default to
matrix_from_metadata_v2
1 parent ed4791c commit c380e18

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/module_acceptance_custom.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ on:
4242
description: 'Task for the step "Remove test environment"'
4343
default: 'litmus:tear_down'
4444
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+
4550

4651
jobs:
4752

@@ -78,7 +83,7 @@ jobs:
7883
- name: Setup Test Matrix
7984
id: get-matrix
8085
run: |
81-
bundle exec matrix_from_metadata_v2 ${{ inputs.flags }}
86+
bundle exec ${{ inputs.matrix_from_metadata }} ${{ inputs.flags }}
8287
8388
- name: Setup Ruby Version and Setup Puppet Version
8489
id: get-puppet_ruby_version

0 commit comments

Comments
 (0)