Skip to content

Commit 5b07c78

Browse files
committed
Remove: debug hanging tests
1 parent a6aa3cc commit 5b07c78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
sleep 1
6363
done
6464
sudo docker exec --tty mongodb mongo 127.0.0.1:27017 --eval "rs.initiate()"
65+
sudo docker exec --tty mongodb mongo mongodb://127.0.0.1:27017/?replicaSet=rs --eval "rs.status()"
6566
- name: "Installing php"
6667
uses: shivammathur/setup-php@v2
6768
with:
@@ -89,7 +90,7 @@ jobs:
8990
composer install --no-interaction
9091
- name: Run tests
9192
run: |
92-
./vendor/bin/phpunit --coverage-clover coverage.xml
93+
./vendor/bin/phpunit --debug --coverage-clover coverage.xml
9394
env:
9495
MONGODB_URI: 'mongodb://127.0.0.1/?replicaSet=rs'
9596
MYSQL_HOST: 0.0.0.0

0 commit comments

Comments
 (0)