From f4c1878426bd1414c82c0e9b7ff603f646e93fbd Mon Sep 17 00:00:00 2001 From: Iszuddin Ismail Date: Wed, 13 May 2026 11:54:29 +0800 Subject: [PATCH] fixing test and deploy script --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8b2fb98..4dff4ef 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: php artisan key:generate --force - name: Install NPM dependencies - run: npm ci + run: npm ci || npm install --no-audit --no-fund - name: Build frontend assets for tests run: npm run build @@ -70,7 +70,7 @@ jobs: run: composer install --no-dev --no-interaction --no-progress --prefer-dist --optimize-autoloader - name: Install NPM dependencies - run: npm ci + run: npm ci || npm install --no-audit --no-fund - name: Build frontend assets run: npm run build