Merge branch 'dev'
Deploy / deploy (push) Failing after 12m19s
CI / build (push) Failing after 13m39s

This commit is contained in:
ByungCheol
2026-06-06 14:27:37 +09:00
+8 -3
View File
@@ -26,10 +26,15 @@ jobs:
node-version: '22' node-version: '22'
cache: 'npm' cache: 'npm'
- name: Install
run: npm ci
# 테스트 게이트 — 실패 시 이후 빌드/배포 스텝이 실행되지 않음
- name: Test
run: npm test
- name: Build - name: Build
run: | run: npm run build
npm ci
npm run build
- name: Deploy to Nginx (SSH) - name: Deploy to Nginx (SSH)
env: env: