From b9c48e4b60c0252ca0412be4724dca008a411c7e Mon Sep 17 00:00:00 2001 From: Sugat <233906380+SugatD@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:21:35 +0530 Subject: [PATCH] use accpetance test name based on matrix collection value --- .github/workflows/module_acceptance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module_acceptance.yml b/.github/workflows/module_acceptance.yml index 3ff132c..1bfa5be 100644 --- a/.github/workflows/module_acceptance.yml +++ b/.github/workflows/module_acceptance.yml @@ -69,7 +69,7 @@ jobs: bundle exec matrix_from_metadata_v3 ${{ inputs.flags }} acceptance: - name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})" + name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection.collection || matrix.collection}})" needs: "setup_matrix" runs-on: ${{ inputs.runs_on || matrix.platforms.runner }} timeout-minutes: 180