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
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:
@@ -163,10 +163,7 @@ jobs:
|
|||||||
run: php artisan migrate:fresh --force
|
run: php artisan migrate:fresh --force
|
||||||
|
|
||||||
- name: Clear caches
|
- name: Clear caches
|
||||||
run: |
|
run: php artisan optimize:clear
|
||||||
php artisan config:clear
|
|
||||||
php artisan view:clear
|
|
||||||
php artisan clear-compiled
|
|
||||||
|
|
||||||
- name: Run Unit tests
|
- name: Run Unit tests
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user