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