fir 61 failed tests
API CI/CD / Validate (composer + pint) (push) Successful in 2m6s
API CI/CD / Test (PHPUnit) (push) Failing after 2m33s
API CI/CD / Build frontend assets (push) Successful in 2m20s
API CI/CD / Security audit (push) Successful in 32s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped

This commit is contained in:
root
2026-06-23 00:39:26 -04:00
parent 83c673ba7f
commit f82017cb91
6 changed files with 45 additions and 27 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ return [
'database' => env('DB_DATABASE', database_path('database.sqlite')),
'prefix' => '',
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
'busy_timeout' => null,
'busy_timeout' => env('DB_BUSY_TIMEOUT', null),
'journal_mode' => null,
'synchronous' => null,
'transaction_mode' => 'DEFERRED',