-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT/#46] 번호 인증 예외 케이스 세분화 및 테스트 코드 이슈 해결 #47
Conversation
번호 인증 이력이 존재하지 않는 경우와 인증 코드가 유효하지 않은 경우에 대한 예외 세분화를 위해 변경
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 !
상용서버에서 빌드시 진행하는 테스트는 한번 돌아가는걸 봐야할거같네용
Dockerfile
Outdated
@@ -10,7 +10,7 @@ WORKDIR /app-build | |||
COPY . /app-build | |||
|
|||
# create .jar | |||
RUN echo "Build with PROFILE=${PROFILE}" && ./gradlew build -x test -Pprofile=${PROFILE} --no-daemon | |||
RUN echo "Build with PROFILE=${PROFILE}" && ./gradlew build -Pprofile=${PROFILE} --no-daemon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분 현재는 상용 빌드시 테스트를 진행하지 않고 있는걸로 아는데, 진행해도 문제 없겠지요 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 지금 수정했는데 수정된 ci, cd, dockerfile 3가지 확인해봐주시면 좋을 것 같아요!!
Related Issue 🚀
Work Description ✏️
PR Point 📸