Skip to content

Commit ae42f3e

Browse files
authored
CI: Rename ubuntu unit test jobs (#60751)
1 parent 14dcb7b commit ae42f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
pattern: "not slow and not network and not single_cpu"
8787
platform: ubuntu-22.04
8888
fail-fast: false
89-
name: ${{ matrix.name || format('ubuntu-latest {0}', matrix.env_file) }}-${{ matrix.platform }}
89+
name: ${{ matrix.name || format('{0} {1}', matrix.platform, matrix.env_file) }}
9090
env:
9191
PATTERN: ${{ matrix.pattern }}
9292
LANG: ${{ matrix.lang || 'C.UTF-8' }}

0 commit comments

Comments
 (0)