From 1be60cc48a04bbe36e9d7011ab3bb4720f905503 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Wed, 19 Aug 2026 13:05:18 +0200 Subject: [PATCH] chore: update ci --- .gitea/workflows/ci-web.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci-web.yml b/.gitea/workflows/ci-web.yml index a5f2a50..b1677a6 100644 --- a/.gitea/workflows/ci-web.yml +++ b/.gitea/workflows/ci-web.yml @@ -36,9 +36,6 @@ jobs: - name: Typecheck run: npm run typecheck - - name: Test - run: npm test - - name: Build run: npm run build