[Chore] CI/CD 워크플로우 구축 및 dev 환경 배포 - #4
Merged
Merged
Conversation
- TEST.yml: 코드 빌드 및 테스트 검증 - CICD.yml: Gradle 빌드, Docker 이미지 빌드/Push, dev EC2 배포 - prod 환경 배포는 추후 설정 예정
3 tasks
Test Results1 tests 1 ✅ 0s ⏱️ Results for commit 87a7c8e. |
Jinseong01
added a commit
that referenced
this pull request
Nov 11, 2025
* chore: CI/CD 워크플로우 구축 및 dev 환경 배포 - TEST.yml: 코드 빌드 및 테스트 검증 - CICD.yml: Gradle 빌드, Docker 이미지 빌드/Push, dev EC2 배포 - prod 환경 배포는 추후 설정 예정 * fix: Redis GitHub Action 태그 수정 * fix: TEST.yml contents read 권한 추가
Jinseong01
added a commit
that referenced
this pull request
Nov 11, 2025
- TEST.yml: 코드 빌드 및 테스트 검증 - CICD.yml: Gradle 빌드, Docker 이미지 빌드/Push, dev EC2 배포 - prod 환경 배포는 추후 설정 예정 * fix: Redis GitHub Action 태그 수정 * fix: TEST.yml contents read 권한 추가
Jinseong01
added a commit
that referenced
this pull request
Nov 11, 2025
- TEST.yml: 코드 빌드 및 테스트 검증 - CICD.yml: Gradle 빌드, Docker 이미지 빌드/Push, dev EC2 배포 - prod 환경 배포는 추후 설정 예정 - Redis GitHub Action 태그 수정 - TEST.yml contents read 권한 추가
Jinseong01
added a commit
that referenced
this pull request
Nov 11, 2025
- TEST.yml: 코드 빌드 및 테스트 검증 - CICD.yml: Gradle 빌드, Docker 이미지 빌드/Push, dev EC2 배포 - prod 환경 배포는 추후 설정 예정 - Redis GitHub Action 태그 수정 - TEST.yml contents read 권한 추가
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.
👀 관련 이슈
#3
✨ 작업한 내용
🔍 리뷰 포인트
X
📎 참고 사항
첫번째 실패 (가장 하단): Test 환경에서 사용할 Redis를 위한 깃허브 액션에서 태그를 잘못 지정함
두번째 실패 (가운데): Report Test Results 단계에서 이전 커밋의 테스트 결과와 현재 테스트 결과를 비교하기 위해 커밋 읽기 권한이 필요하나 없었음