Skip to content

Commit fde08ef

Browse files
committed
Only run media tests for now
1 parent 7337ca9 commit fde08ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)