43e2de6c3c416395ca84e1bc43813669ef006d78
CI / build (push) Failing after 11m1s
- deploy.yaml 은 CI와 별개로 push:[main]에 트리거되며 테스트를 건너뛰고 있었음 (백엔드 bootJar -x test, 프론트 테스트 스텝 없음) → 게이트 무력 - 배포 잡 안에서 테스트를 먼저 실행하도록 변경(Gitea는 워크플로 간 needs 불안정) · 백엔드: clean bootJar -x test → clean build (test 포함) · 프론트: Install → Test(npm test) → Build 순으로 분리 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
sb_pt
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint
Description
Languages
Vue
79.5%
JavaScript
17.6%
Java
1.2%
CSS
0.8%
Swift
0.7%