Skip to content

Commit ce2eb54

Browse files
committed
Build/Test Tools: Forward multisite settings in the fork test matrix.
The limited matrix job for forks declared multisite include rows but never forwarded multisite or phpunit-config parameters to the reusable workflow, so those rows fell back to single-site defaults and duplicated existing single-site jobs. Developed in: WordPress#12693 Props adrianmoldovanwp. Fixes #65712. git-svn-id: https://develop.svn.wordpress.org/trunk@62951 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9f69d0e commit ce2eb54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,9 @@ jobs:
346346
php: ${{ matrix.php }}
347347
db-version: ${{ matrix.db-version }}
348348
db-type: ${{ matrix.db-type }}
349+
multisite: ${{ matrix.multisite }}
349350
memcached: ${{ matrix.memcached || false }}
351+
phpunit-config: ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
350352
phpunit-test-groups: ${{ matrix.phpunit-test-groups || '' }}
351353
gutenberg-artifact: gutenberg-build
352354
gutenberg-sha: ${{ needs.prepare-gutenberg.outputs.gutenberg-sha }}

0 commit comments

Comments
 (0)