Init Feature testing and test for Eldorado's text to float conversion
Some checks failed
Push image to registry / build-image (push) Successful in 4m10s
Launch the PHPunit tests / phpunit-tests (push) Failing after 1m50s

This commit is contained in:
2025-11-06 17:18:01 +01:00
parent bcef42b58e
commit 4422e7564b
3 changed files with 75 additions and 2 deletions

View File

@@ -22,8 +22,8 @@
<env name="APP_MAINTENANCE_DRIVER" value="file"/>
<env name="BCRYPT_ROUNDS" value="4"/>
<env name="CACHE_STORE" value="array"/>
<!-- <env name="DB_CONNECTION" value="sqlite"/> -->
<!-- <env name="DB_DATABASE" value=":memory:"/> -->
<env name="DB_CONNECTION" value="sqlite"/>
<env name="DB_DATABASE" value=":memory:"/>
<env name="MAIL_MAILER" value="array"/>
<env name="PULSE_ENABLED" value="false"/>
<env name="QUEUE_CONNECTION" value="sync"/>