From 0e2e4d982b8fb0de9a1eff24c9790989eedb20ea Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Sun, 25 Feb 2024 13:10:52 +0100 Subject: [PATCH] Better build job naming --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce6fbd0..49fe739 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: run: vendor/bin/psalm tests: - name: 'Tests - PHP ${{ matrix.php-version }}' + name: "Unit Tests - PHP ${{ matrix.php-version }}${{ matrix.dependency-versions && format(', Deps: {0}', matrix.dependency-versions) }}" runs-on: ubuntu-latest # We want to run on external PRs, but not on our own internal PRs as they'll be run by the push to the branch. if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}