[#529] ci에 테스트 코드 검증을 추가한다#530
Merged
Merged
Conversation
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
❌ iOS CI tests failed. Failed schemes:
Check the uploaded test log artifacts for full diagnostics. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
🎯 의도
📝 작업 내용
📌 요약
build.yml을ci.yml로 통합Build,Test (...),Report형태로 CI job 구성Domain-Data,Persistence-Presentation,WidgetCore단위로 병렬 실행Reportjob에서 PR 코멘트 작성HomeViewModel생성자 변경에 맞춰 Presentation 테스트 코드 보정🔍 상세
Build와Test를 병렬로 실행하도록 분리Test는 matrix 전략으로 다음 단위 검증Domain-Data:DevLogDomain,DevLogDataPersistence-Presentation:DevLogPersistence,DevLogPresentationWidgetCore:DevLogWidgetCoreTests디렉터리에 Swift 테스트 파일이 없으면 해당 스킴은 skip 처리summary.txt와 scheme별 로그를 artifact로 업로드build.log를 artifact로 업로드Reportjob에서 빌드/테스트 실패 여부를 모아 하나의 PR 코멘트로 작성actions/upload-artifact@v6,actions/download-artifact@v7,actions/github-script@v8적용📸 영상 / 이미지 (Optional)