Skip to content

Commit b9c48e4

Browse files
committed
use accpetance test name based on matrix collection value
1 parent a94f2fe commit b9c48e4

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)