We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced4c98 commit 4d8b375Copy full SHA for 4d8b375
.github/workflows/phpunit-tests.yml
@@ -109,7 +109,7 @@ jobs:
109
multisite: ${{ matrix.multisite }}
110
memcached: ${{ matrix.memcached }}
111
phpunit-config: ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
112
- group: ${{ matrix.group }}
+ phpunit-test-groups: ${{ matrix.group }}
113
tests-domain: ${{ matrix.tests-domain }}
114
report: ${{ matrix.report || false }}
115
0 commit comments