Skip to content

Commit 55b9106

Browse files
committed
Add a job for running the HTML API tests.
1 parent 61d6019 commit 55b9106

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,18 @@ jobs:
5151
tests-domain: [ 'example.org' ]
5252
multisite: [ false, true ]
5353
memcached: [ false ]
54+
group: [ '' ]
5455

5556
include:
57+
# Include a job for running the html5-lib tests.
58+
- os: ubuntu-latest
59+
php: '7.4'
60+
db-type: 'mysql'
61+
db-version: '8.0'
62+
tests-domain: 'example.org'
63+
multisite: false
64+
memcached: false
65+
group: 'html-api-html5lib-teests'
5666
# Include jobs for PHP 7.4 with memcached.
5767
- os: ubuntu-latest
5868
php: '7.4'

0 commit comments

Comments
 (0)