Revert "fix: remove database.sql preloading for tests - migrations handle schema creation"

This reverts commit f25553edb5.
This commit is contained in:
Ollama
2026-03-17 14:54:21 +00:00
parent 8586a233b2
commit 1c09da8af2

View File

@@ -179,6 +179,9 @@ jobs:
exit 1
}
- name: Initialize database
run: docker exec -i mysql mysql -u root -proot ospos < app/Database/database.sql
- name: Run PHPUnit tests
env:
CI_ENVIRONMENT: testing