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