Skip to content

Commit

Permalink
Merge pull request #35 from ekohl/add-matrix-name
Browse files Browse the repository at this point in the history
Add a name to the GHA beaker test matrix
  • Loading branch information
ekohl authored Oct 7, 2023
2 parents 5ffbf79 + 9b63919 commit c2354d2
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 68 deletions.
1 change: 1 addition & 0 deletions lib/puppet_metadata/github_actions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def github_action_test_matrix
next if puppet_version_below_minimum?(puppet_version[:value])

matrix_include << {
name: "#{puppet_version[:name]} - #{setfile[1]}",
setfile: {
name: setfile[1],
value: setfile[0],
Expand Down
Loading

0 comments on commit c2354d2

Please sign in to comment.