Skip to content

Commit 3b88447

Browse files
committed
Try different nesting.
1 parent 91dbe73 commit 3b88447

File tree

3 files changed

+10117
-2
lines changed

3 files changed

+10117
-2
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
# Runs specific test groups.
159159
#
160160
specific-test-groups:
161-
name: ${{ matrix.phpunit-test-groups }} w/PHP ${{ matrix.php }}
161+
name: ${{ matrix.phpunit-test-groups }} / PHP ${{ matrix.php }}
162162
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
163163
permissions:
164164
contents: read

.github/workflows/reusable-phpunit-tests-v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# - Checks out the WordPress Test reporter repository.
106106
# - Submit the test results to the WordPress.org host test results.
107107
phpunit-tests:
108-
name: ${{ inputs.phpunit-test-groups && format( '{0} w/', inputs.phpunit-test-groups ) || '' }}PHP ${{ inputs.php }} ${{ ! inputs.coverage-report && '/ ' || 'with ' }}${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.multisite && ' multisite' || '' }}${{ inputs.memcached && ' with memcached' || '' }}${{ inputs.report && ' (test reporting enabled)' || '' }} ${{ 'example.org' != inputs.tests-domain && inputs.tests-domain || '' }}
108+
name: ${{ inputs.phpunit-test-groups && format( '{0} / ', inputs.phpunit-test-groups ) || '' }}PHP ${{ inputs.php }} ${{ ! inputs.coverage-report && '/ ' || 'with ' }}${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.multisite && ' multisite' || '' }}${{ inputs.memcached && ' with memcached' || '' }}${{ inputs.report && ' (test reporting enabled)' || '' }} ${{ 'example.org' != inputs.tests-domain && inputs.tests-domain || '' }}
109109
runs-on: ${{ inputs.os }}
110110
timeout-minutes: ${{ inputs.coverage-report && 120 || 20 }}
111111

0 commit comments

Comments
 (0)