Skip to content

Commit 918a373

Browse files
committed
Add html5lib-tests to with.
1 parent 39f12f4 commit 918a373

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
#
3737
test-with-mysql:
3838
name: PHP ${{ matrix.php }}
39-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@trunk
39+
uses: costdev/wordpress-develop/.github/workflows/reusable-phpunit-tests.yml@add-html5lib-tests-to-phpunit-workflows
4040
permissions:
4141
contents: read
4242
secrets: inherit
@@ -51,6 +51,7 @@ jobs:
5151
tests-domain: [ 'example.org' ]
5252
multisite: [ false, true ]
5353
memcached: [ false ]
54+
html5lib-tests: [ false ]
5455

5556
include:
5657
# Include jobs for PHP 7.4 with memcached.
@@ -135,6 +136,7 @@ jobs:
135136
db-version: ${{ matrix.db-version }}
136137
multisite: ${{ matrix.multisite }}
137138
memcached: ${{ matrix.memcached }}
139+
html5lib-tests: ${{ matrix.html5lib-tests }}
138140
phpunit-config: ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
139141
tests-domain: ${{ matrix.tests-domain }}
140142
report: ${{ matrix.report || false }}

0 commit comments

Comments
 (0)