We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14dcb7b commit ae42f3eCopy full SHA for ae42f3e
.github/workflows/unit-tests.yml
@@ -86,7 +86,7 @@ jobs:
86
pattern: "not slow and not network and not single_cpu"
87
platform: ubuntu-22.04
88
fail-fast: false
89
- name: ${{ matrix.name || format('ubuntu-latest {0}', matrix.env_file) }}-${{ matrix.platform }}
+ name: ${{ matrix.name || format('{0} {1}', matrix.platform, matrix.env_file) }}
90
env:
91
PATTERN: ${{ matrix.pattern }}
92
LANG: ${{ matrix.lang || 'C.UTF-8' }}
0 commit comments