chore: cicd 환경 스키마, 데이터 init 및 문서화 작업 step 추가#28
Merged
Conversation
63caa4b to
fc438cb
Compare
myqewr
approved these changes
Mar 20, 2025
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대신bootJar로 바꿔 실행 가능한 Spring Boot JAR 파일만 만들어 배포할 수 있도록 수정했습니다.develop브랜치의Pull Request워크플로에서check테스크 를 수행해 검증된 후에build deploy워크플로 실행이 가능하고 Swagger API 문서화 테스크에서도test를 수행해 검증이 이루어지기 때문에build대신bootJar테스크만 실행해 중복 작업을 줄이고 빌드 속도를 최적화했습니다🔍 참고사항
테스트용 PR -> 실제 스키마, 데이터가 잘 init 되는지 확인 후 build_develop 워크플로에도 적용하고 문서화 작업 실행 step 도 추가할 예정📚 기타