From 569869e211812fe2bada386c9b32c39aa434897a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 30 Jul 2024 14:19:14 +0200 Subject: [PATCH] ci: improve test jobs titles (#3065) --- .github/workflows/python_test.yml | 4 ++-- .github/workflows/typescript_test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 129c4ae07..9413cc8bd 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -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: diff --git a/.github/workflows/typescript_test.yml b/.github/workflows/typescript_test.yml index c8c395ab0..901662c73 100644 --- a/.github/workflows/typescript_test.yml +++ b/.github/workflows/typescript_test.yml @@ -24,7 +24,7 @@ env: jobs: setup-and-test: - name: Run Playwright Tests + name: Playwright Tests - Group ${{ matrix.shardIndex }} runs-on: ubuntu-latest strategy: fail-fast: false