Skip to content

Commit f48b89e

Browse files
authored
Merge pull request #151 from puppetlabs/acceptance_name
(CAT-2478) Handle object or string matrix.collection in acceptance job name
2 parents a94f2fe + b9c48e4 commit f48b89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
bundle exec matrix_from_metadata_v3 ${{ inputs.flags }}
7070
7171
acceptance:
72-
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"
72+
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection.collection || matrix.collection}})"
7373
needs: "setup_matrix"
7474
runs-on: ${{ inputs.runs_on || matrix.platforms.runner }}
7575
timeout-minutes: 180

0 commit comments

Comments
 (0)