chore: sync local latest state and repository cleanup

This commit is contained in:
Your Name
2026-03-23 13:02:36 +08:00
parent f1ff3d629f
commit 2ef0f17961
493 changed files with 46912 additions and 7977 deletions

View File

@@ -4,7 +4,19 @@ pipeline:
when:
event: [ push, pull_request, tag ]
commands:
- mvn -B -DskipTests=false clean verify
- ./scripts/ci/logs-health-check.sh
- ./scripts/ci/clean-artifacts.sh --include-build-outputs --fail-on-found
- ./scripts/ci/backend-verify.sh
- ./scripts/ci/assert-migration-not-skipped.sh
frontend_admin_check:
image: node:20
when:
event: [ push, pull_request, tag ]
commands:
- npm --prefix frontend/admin ci
- npm --prefix frontend/admin run type-check
- npm --prefix frontend/admin run test -- --run
package:
image: maven:3.9-eclipse-temurin-17
@@ -12,4 +24,3 @@ pipeline:
event: [ push, tag ]
commands:
- mvn -B -DskipTests clean package