File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ jobs:
125125 memcached : ${{ matrix.memcached }}
126126 phpunit-config : ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
127127 tests-domain : ${{ matrix.tests-domain }}
128+ phpunit-test-groups : ' media'
128129 report : ${{ matrix.report || false }}
129130
130131 #
@@ -175,6 +176,7 @@ jobs:
175176 multisite : ${{ matrix.multisite }}
176177 memcached : ${{ matrix.memcached }}
177178 phpunit-config : ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
179+ phpunit-test-groups : ' media'
178180 report : ${{ false }}
179181
180182 #
@@ -221,6 +223,7 @@ jobs:
221223 multisite : ${{ matrix.multisite }}
222224 memcached : ${{ matrix.memcached }}
223225 phpunit-config : ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
226+ phpunit-test-groups : ' media'
224227 report : ${{ false }}
225228
226229 #
You can’t perform that action at this time.
0 commit comments