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.
✒️ 관련 이슈번호
Key Changes 🔑
To Reviewers 📢
깃허브 secret에 등록 되어있는 application.yml 파일을 가져와 빌드를 통과하면 CI가 통과되게 구현하였습니다!
7차 세미나에서 진행했던 CI와 비슷한데, 저희가 멀티 모듈이라는 점이 다릅니다! 그래서
application.yml
파일을 생성해주어야 하는 부분이 기존 루트가 아닌module-api
안에 있는src/main/resources
여야 합니다!그래서 아래와 같이
application.yml
파일의 위치를 설정해주었습니다!통과했네용.. CD 해야지..