Skip to content

Commit

Permalink
CI: Rename ubuntu unit test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Jan 21, 2025
1 parent 14dcb7b commit 204124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
pattern: "not slow and not network and not single_cpu"
platform: ubuntu-22.04
fail-fast: false
name: ${{ matrix.name || format('ubuntu-latest {0}', matrix.env_file) }}-${{ matrix.platform }}
name: ${{ matrix.name || format('{0} {1}', matrix.platform, matrix.env_file) }}
env:
PATTERN: ${{ matrix.pattern }}
LANG: ${{ matrix.lang || 'C.UTF-8' }}
Expand Down

0 comments on commit 204124d

Please sign in to comment.