There was an error while loading. Please reload this page.
1 parent 714e49b commit 89bb047Copy full SHA for 89bb047
1 file changed
.scrutinizer.yml
@@ -90,7 +90,11 @@ build:
90
- composer install -o --no-interaction --no-progress --prefer-dist --classmap-authoritative
91
92
# 🧠 Warmup DB (skip timing problems)
93
- - command: php tests/bootstrap/prepare_api_mysql.php
+ - command: >
94
+ env
95
+ API_DB_HOST="${SERVICE_MYSQL_IP:-127.0.0.1}"
96
+ DB_HOST="${SERVICE_MYSQL_IP:-127.0.0.1}"
97
+ php tests/bootstrap/prepare_api_mysql.php
98
idle_timeout: 600
99
100
# ⚙️ Dynamic config
@@ -115,6 +119,9 @@ build:
115
119
stop_on_failure: true
116
120
override:
117
121
- command: >
122
123
124
118
125
php -d pcov.enabled=1
126
-d pcov.directory=src
127
vendor/bin/phpunit
0 commit comments