Revert "fix(ci): avoid cache:clear — use config:clear + view:clear + clear-compiled instead"
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

This reverts commit accb55baba.
This commit is contained in:
root
2026-06-25 18:34:22 -04:00
parent accb55baba
commit c5fd9d6f66
+1 -4
View File
@@ -163,10 +163,7 @@ jobs:
run: php artisan migrate:fresh --force
- name: Clear caches
run: |
php artisan config:clear
php artisan view:clear
php artisan clear-compiled
run: php artisan optimize:clear
- name: Run Unit tests
continue-on-error: true