Skip to content
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

chore: CI 파이프라인 구축 #8

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hanbirang
Copy link
Collaborator

@hanbirang hanbirang commented Oct 21, 2024

Pull requests

작업한 내용

  • GitHub Actions를 사용하여 Java CI 파이프라인을 구축했습니다.
  • 다음 단계들을 포함했습니다:
    • 코드 체크아웃
    • application.properties 파일 설정
    • Gradle Wrapper에 실행 권한 부여
    • JDK 21 및 Gradle 환경 설정
    • 단위 테스트 및 빌드 실행
    • Checkstyle 검사를 통한 코드 품질 유지

📸 스크린샷

사진 설명
image 앞으로 PR이나 머지할 때마다 github action을 통해 테스트를 하고 결과가 나옵니다
  • PR에서 CI 실패 시 해당 오류를 수정해주세요!

closed #6

@hanbirang hanbirang self-assigned this Oct 21, 2024
@hanbirang hanbirang linked an issue Oct 21, 2024 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup CI with GitHub Actions
1 participant