Skip to content

Commit

Permalink
Build/Test Tools: Update job name to ensure proper grouping.
Browse files Browse the repository at this point in the history
Follow up to [58276].

See #61213.

git-svn-id: https://develop.svn.wordpress.org/branches/6.3@58606 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Jul 1, 2024
1 parent 357e4b5 commit ad1549d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
Expand Down

0 comments on commit ad1549d

Please sign in to comment.