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

[BE] chore: CI 구축 #87

Merged
merged 7 commits into from
Jul 17, 2024
Merged

[BE] chore: CI 구축 #87

merged 7 commits into from
Jul 17, 2024

Conversation

ehtjsv2
Copy link
Contributor

@ehtjsv2 ehtjsv2 commented Jul 17, 2024

이슈

  • CI 구축

개발 사항

  • backend 패키지의 변경사항만을 트리거가 발생합니다.
  • develop 브랜치에 PR 또는 Push 할 시 아래 사항을 수행
    • build, test
    • test 수행 결과
    • test 실패 시, 무엇 때문에 실패했는 지 ,Report 남기기

리뷰 요청 사항

  • 추가 할만 한 것이 있을까요?

전달사항

  • parent branch가 아닌 source branch에 해당 yml이 있어야 ci가 적용되기 때문에 현재 작업중이신 브랜치는 CI 적용안됩니다.
  • 이후 develop에서 분기된 branch부터 적용가능합니다!
    image
  • 최초 PR시에 한번 생성됩니다
  • 커밋이 추가될 때마다 결과에 맞춰서 수정됩니다.

image

  • build -> 빌드 결과
  • JUnit Test Report (pull_request) -> 어느 테스트에서 무엇 때문에 실패했는 지 볼 수 있습니다.
  • Unit Test Results (pull_request) -> 어느 테스트에서 실패했는 지 알 수 있습니다(Report가 더 상세함)

@ehtjsv2 ehtjsv2 self-assigned this Jul 17, 2024
@ehtjsv2 ehtjsv2 linked an issue Jul 17, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Jul 17, 2024

Unit Test Results

18 tests   18 ✔️  2s ⏱️
  7 suites    0 💤
  7 files      0

Results for commit a74b6cc.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@takoyakimchi takoyakimchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~~~

Copy link
Contributor

@J-I-H-O J-I-H-O left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😊👍

Copy link
Contributor

@J-I-H-O J-I-H-O left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~

Comment on lines +60 to +61


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

띄어쓰기 두 줄 되어있는거 불~편 하네요

Copy link
Member

@jimi567 jimi567 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인 했습니다.
추후에 필요한게 있으면 yml에 추가하면 될 것 같아요.

@jimi567 jimi567 merged commit 91fffd0 into develop Jul 17, 2024
@ehtjsv2 ehtjsv2 deleted the chore/be_ci branch July 17, 2024 08:42
takoyakimchi pushed a commit that referenced this pull request Jul 17, 2024
takoyakimchi pushed a commit that referenced this pull request Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI 구축
4 participants