ci: improve test jobs titles (#3065)

This commit is contained in:
Nicolò Boschi 2024-07-30 14:19:14 +02:00 committed by GitHub
commit 569869e211
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ env:
jobs:
build:
name: Run Unit Tests
name: Unit Tests - Python ${{ matrix.python-version }} - Group ${{ matrix.group }}
runs-on: ubuntu-latest
strategy:
matrix:
@ -45,7 +45,7 @@ jobs:
make unit_tests args="--splits ${{ matrix.splitCount }} --group ${{ matrix.group }}"
test-cli:
name: Test CLI
name: Test CLI - Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
matrix: