Skip to content

Commit c88dcab

Browse files
committed
Remove: use debug to figure out hanging test
1 parent a6aa3cc commit c88dcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
composer install --no-interaction
9090
- name: Run tests
9191
run: |
92-
./vendor/bin/phpunit --coverage-clover coverage.xml
92+
./vendor/bin/phpunit --debug --coverage-clover coverage.xml
9393
env:
9494
MONGODB_URI: 'mongodb://127.0.0.1/?replicaSet=rs'
9595
MYSQL_HOST: 0.0.0.0

0 commit comments

Comments
 (0)