ci: nicer names for test runs

This commit is contained in:
Ivan Dyachkov 2023-10-26 19:59:30 +02:00 committed by Zaiming (Stone) Shi
parent 7745cb8ef7
commit 3cb700827f
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ jobs:
ct_docker: ct_docker:
runs-on: ${{ fromJSON(inputs.runner_labels) }} runs-on: ${{ fromJSON(inputs.runner_labels) }}
name: "ct_docker (${{ matrix.app }}-${{ matrix.suitegroup }})" name: "${{ matrix.app }}-${{ matrix.suitegroup }} (${{ matrix.profile }})"
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -119,7 +119,7 @@ jobs:
ct: ct:
runs-on: ${{ fromJSON(inputs.runner_labels) }} runs-on: ${{ fromJSON(inputs.runner_labels) }}
name: "ct (${{ matrix.app }}-${{ matrix.suitegroup }})" name: "${{ matrix.app }}-${{ matrix.suitegroup }} (${{ matrix.profile }})"
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: