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 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"
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}})"
Original file line number Diff line number Diff line change 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"
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}})"
You can’t perform that action at this time.
0 commit comments