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)