Files
alrahma_sunday_school_api/.gitea/workflows
root d16b3bdc71
API CI/CD / Validate (composer + pint) (push) Successful in 2m7s
API CI/CD / Test (PHPUnit) (push) Failing after 55s
API CI/CD / Build frontend assets (push) Successful in 54s
API CI/CD / Security audit (push) Successful in 33s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped
fix(ci): run optimize:clear after migrations to avoid no such table: cache
optimize:clear runs cache:clear which needs the cache table to exist.
Since migrate:fresh creates tables, reorder: migrate first, then clear caches.
2026-06-25 17:45:43 -04:00
..