From c5fd9d6f669b340f5446f5c4297b7fd467cd4aec Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Jun 2026 18:34:22 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(ci):=20avoid=20cache:clear=20?= =?UTF-8?q?=E2=80=94=20use=20config:clear=20+=20view:clear=20+=20clear-com?= =?UTF-8?q?piled=20instead"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit accb55baba652fff824ab28d10897c2f2f0d8643. --- .gitea/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 893dac02..fccc02cc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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