Skip to content

Commit 4d8b375

Browse files
committed
Use correct input name.
1 parent ced4c98 commit 4d8b375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
multisite: ${{ matrix.multisite }}
110110
memcached: ${{ matrix.memcached }}
111111
phpunit-config: ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
112-
group: ${{ matrix.group }}
112+
phpunit-test-groups: ${{ matrix.group }}
113113
tests-domain: ${{ matrix.tests-domain }}
114114
report: ${{ matrix.report || false }}
115115

0 commit comments

Comments
 (0)