mirror of
git://develop.git.wordpress.org/
synced 2025-04-07 21:53:21 +02:00
Build/Test Tools: Update job names to ensure proper grouping.
Follow up to [58357]. See #61213. git-svn-id: https://develop.svn.wordpress.org/branches/6.0@58609 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9f52320193
commit
810b83a17c
2
.github/workflows/phpunit-tests.yml
vendored
2
.github/workflows/phpunit-tests.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
# Creates a PHPUnit test job for each PHP/MySQL combination.
|
||||
#
|
||||
test-php:
|
||||
name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }}
|
||||
name: PHP ${{ matrix.php }}
|
||||
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user