File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
default : " ubuntu-latest"
11
11
type : " string"
12
12
flags :
13
- description : " Additional flags to pass to matrix_from_metadata_v2 ."
13
+ description : " Additional flags to pass to matrix_from_metadata_v3 ."
14
14
required : false
15
15
default : ' '
16
16
type : " string"
61
61
- name : Setup Test Matrix
62
62
id : get-matrix
63
63
run : |
64
- bundle exec matrix_from_metadata_v2 ${{ inputs.flags }}
64
+ bundle exec matrix_from_metadata_v3 ${{ inputs.flags }}
65
65
66
66
acceptance :
67
67
name : " Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"
Original file line number Diff line number Diff line change 10
10
default : " ubuntu-latest"
11
11
type : " string"
12
12
flags :
13
- description : " Additional flags to pass to matrix_from_metadata_v2 ."
13
+ description : " Additional flags to pass to matrix_from_metadata_v3 ."
14
14
required : false
15
15
default : ' '
16
16
type : " string"
64
64
- name : Setup Spec Test Matrix
65
65
id : get-matrix
66
66
run : |
67
- bundle exec matrix_from_metadata_v2 ${{ inputs.flags }}
67
+ bundle exec matrix_from_metadata_v3 ${{ inputs.flags }}
68
68
69
69
spec :
70
70
name : " Spec tests (Puppet: ${{matrix.puppet_version}}, Ruby Ver: ${{matrix.ruby_version}})"
You can’t perform that action at this time.
0 commit comments