Skip to content

Commit 27240a2

Browse files
Merge pull request #139 from puppetlabs/CAT-2415
(CAT-2415) Update matrix_from_metadata to v3
2 parents bb41c0e + e5abb35 commit 27240a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "ubuntu-latest"
1111
type: "string"
1212
flags:
13-
description: "Additional flags to pass to matrix_from_metadata_v2."
13+
description: "Additional flags to pass to matrix_from_metadata_v3."
1414
required: false
1515
default: ''
1616
type: "string"
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Test Matrix
6262
id: get-matrix
6363
run: |
64-
bundle exec matrix_from_metadata_v2 ${{ inputs.flags }}
64+
bundle exec matrix_from_metadata_v3 ${{ inputs.flags }}
6565
6666
acceptance:
6767
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"

.github/workflows/module_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "ubuntu-latest"
1111
type: "string"
1212
flags:
13-
description: "Additional flags to pass to matrix_from_metadata_v2."
13+
description: "Additional flags to pass to matrix_from_metadata_v3."
1414
required: false
1515
default: ''
1616
type: "string"
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup Spec Test Matrix
6565
id: get-matrix
6666
run: |
67-
bundle exec matrix_from_metadata_v2 ${{ inputs.flags }}
67+
bundle exec matrix_from_metadata_v3 ${{ inputs.flags }}
6868
6969
spec:
7070
name: "Spec tests (Puppet: ${{matrix.puppet_version}}, Ruby Ver: ${{matrix.ruby_version}})"

0 commit comments

Comments
 (0)