Skip to content

Commit 8edd5b1

Browse files
committed
Build/Test Tools: Update job names to ensure proper grouping.
Follow up to [58301]. See #61213. git-svn-id: https://develop.svn.wordpress.org/branches/6.2@58607 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e26d10b commit 8edd5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Creates a PHPUnit test job for each PHP/MySQL combination.
3737
#
3838
test-php:
39-
name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }}
39+
name: PHP ${{ matrix.php }}
4040
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
4141
permissions:
4242
contents: read

0 commit comments

Comments
 (0)