Skip to content

[Feat] 빌드 체크 자동화 Github Actions 추가#12

Merged
choijungp merged 1 commit intodevelopfrom
feat/ci
Jun 29, 2025
Merged

[Feat] 빌드 체크 자동화 Github Actions 추가#12
choijungp merged 1 commit intodevelopfrom
feat/ci

Conversation

@choijungp
Copy link
Copy Markdown
Contributor

🌁 Background

빌드 자동화를 위해 Tuist와 Github Actions 기반의 CI 환경을 도입했습니다.
해당 작업을 통해 develop 브랜치로 PR을 올릴 때 자동으로 빌드가 실행되고, 빌드 실패 시 바로 확인할 수 있도록 개선했습니다.

👩‍💻 Contents

  • Github Actions를 통해 develop으로 PR을 올릴 때마다 자동 빌드 환경 구축
  • 빌드 실패 시 Github Actions가 실패로 처리되도록 설정

✅ Testing

  • fork한 레포지토리를 통해 해당 Action이 잘 수행되는지 확인했습니다.
  • 테스트한 환경은 다음과 같습니다.
    • 로컬에서 빌드 실패 시 Github Actions 실패 (테스트 완료 ✅)
    • 에러 수정 후 빌드 성공한 커밋을 푸시하여 Github Actions 성공 확인 (테스트 완료 ✅)

📝 Review Note

  • Scerets.xcconfig 파일로 관리하고 있는 키 값들을 Repository Settings에 키-값 추가해줘야 합니다.

@choijungp choijungp requested a review from generalban June 29, 2025 07:25
@choijungp choijungp self-assigned this Jun 29, 2025
Copy link
Copy Markdown
Contributor

@generalban generalban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

자동 빌드 환경 구성 잘 확인했습니다~
추후 테스트 환경 확장도 쉽게 가능할 것 같네요.
고생하셨습니다!

@choijungp choijungp merged commit 94be5f8 into develop Jun 29, 2025
1 check passed
@choijungp choijungp deleted the feat/ci branch June 29, 2025 16:44
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.

2 participants