From 05c987f49f26bfe83996793c336d4ecfa98f525f Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Mon, 20 Jul 2026 20:59:19 +0800 Subject: [PATCH] =?UTF-8?q?perf(ci):=20Frontend=20Lint=E7=A7=BB=E9=99=A4Vi?= =?UTF-8?q?test=EF=BC=8C=E9=81=BF=E5=85=8D=E4=B8=8EFrontend=20Unit=20Tests?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Frontend Lint只保留ESLint/TSC/Prettier检查 Vitest由Frontend Unit Tests job专门负责(带覆盖率) 预计节省约4-5分钟/PR --- .gitea/workflows/ci-pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci-pipeline.yml b/.gitea/workflows/ci-pipeline.yml index f0ef7186c..76c8a79e2 100755 --- a/.gitea/workflows/ci-pipeline.yml +++ b/.gitea/workflows/ci-pipeline.yml @@ -335,9 +335,6 @@ jobs: - name: Run Prettier check shell: sh run: bash scripts/ci/step_frontend_run.sh "npx --no-install prettier --check \"src/**/*.{ts,tsx,md}\"" - - name: Run Vitest tests - shell: sh - run: bash scripts/ci/step_frontend_run.sh "npx --no-install vitest run src/test" - name: Job duration summary if: always() shell: sh -- 2.54.0