Skip to content

ci: GitHub Actions CI 워크플로 추가#1

Open
kangddong wants to merge 1 commit into
mainfrom
ci/add-github-actions-ci
Open

ci: GitHub Actions CI 워크플로 추가#1
kangddong wants to merge 1 commit into
mainfrom
ci/add-github-actions-ci

Conversation

@kangddong

Copy link
Copy Markdown
Collaborator

개요

develop/main PR·푸시 시 자동 검증하는 GitHub Actions CI 워크플로를 추가합니다.

동작

  • 트리거: develop/main 대상 pull_request, 해당 브랜치 push
  • 단계: JDK 17 세팅 → Gradle 캐시 → lintDebugtestDebugUnitTestassembleDebug
  • 실패 시 app/build/reports·test-results 아티팩트 업로드
  • 동일 ref 재푸시 시 이전 실행 자동 취소(concurrency)

비고

  • 비공개 키 불필요 — secrets.properties 부재 시 secrets.defaults.properties 빈 기본값으로 빌드
  • CD(Firebase App Distribution) 워크플로 및 release 서명 설정은 별도 작업으로 분리

🤖 Generated with Claude Code

develop/main PR·푸시 시 lintDebug → testDebugUnitTest → assembleDebug 검증.
실패 시 리포트 아티팩트 업로드, 동일 ref 재푸시 시 이전 실행 취소.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant