Skip to content

Commit 4fedd66

Browse files
committed
Update tests for sqlite
1 parent d506c8a commit 4fedd66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)