Skip to content

Commit 0e2e4d9

Browse files
committed
Better build job naming
1 parent d9a038d commit 0e2e4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: vendor/bin/psalm
5555

5656
tests:
57-
name: 'Tests - PHP ${{ matrix.php-version }}'
57+
name: "Unit Tests - PHP ${{ matrix.php-version }}${{ matrix.dependency-versions && format(', Deps: {0}', matrix.dependency-versions) }}"
5858
runs-on: ubuntu-latest
5959
# 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.
6060
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}

0 commit comments

Comments
 (0)