From be7b276dec932b23ec8630f077094f8a050be4fb Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 17 Sep 2026 19:56:38 +0200 Subject: [PATCH] Remove asset building for test --- .gitea/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 734ebcd..7f0010b 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -80,8 +80,8 @@ jobs: # ------------------------- # Build (optional – remove if not needed for tests) # ------------------------- - - name: Build Assets - run: npm run build + # - name: Build Assets + # run: npm run build # ------------------------- # Run tests (parallel)