File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 run : |
228228 if [ $COVERAGE == '1' ]
229229 then
230- phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php --coverage-clover build/logs/clover.xml --testsuite 'phpBB Test Suite'
230+ phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php --coverage-clover build/logs/clover.xml
231231 else
232232 phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml --bootstrap ./tests/bootstrap.php
233233 fi
@@ -362,8 +362,8 @@ jobs:
362362 strategy :
363363 matrix :
364364 include :
365- # - php: '7.2'
366- # db: "sqlite3"
365+ - php : ' 7.2'
366+ db : " sqlite3"
367367 - php : ' 7.2'
368368 db : " mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04"
369369 db_alias : ' MSSQL 2019'
You can’t perform that action at this time.
0 commit comments