chore: sync local latest state and repository cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user