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: github actions로 CI 환경을 세팅한다. #14

Merged
merged 8 commits into from
Oct 28, 2023
Merged

Conversation

bjo6300
Copy link
Member

@bjo6300 bjo6300 commented Oct 27, 2023

⛏ 작업 사항

  • .github/workflow에 ci.yml 추가

image
최상위 경로에 build.gradle 파일이 없어 ./gradlew build가 실행되지 않습니다.
프론트랑 백엔드 배포를 같이 하는 상황을 대비해서 anifrineds라는 폴더로 감쌌지만, 따로 배포하기로 결정되어서 폴더 경로를 수정했습니다.

  • 누락된 엔티티에 BaseTimeEntity를 적용
  • BaseTimeEntity 적용을 위한 JpaAuditingConfig 추가
  • application 확장자를 yml로 변경

📝 작업 요약

  • github actions로 CI 환경을 세팅

💡 관련 이슈

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

Test Results

8 tests   8 ✔️  1s ⏱️
3 suites  0 💤
3 files    0

Results for commit dec4ffa.

♻️ This comment has been updated with latest results.

@bjo6300 bjo6300 changed the title feat: github actions로 CI 환경을 세팅한다. chore: github actions로 CI 환경을 세팅한다. Oct 27, 2023
@bjo6300 bjo6300 added ⚙ Setting 개발 환경 세팅 🚀 CI/CD CI/CD 작업 and removed ✨ Feat labels Oct 27, 2023
@bjo6300 bjo6300 force-pushed the feat/#11 branch 7 times, most recently from 6e5207b to 1074d8a Compare October 27, 2023 09:13
Copy link
Collaborator

@hseong3243 hseong3243 left a comment

Choose a reason for hiding this comment

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

👍

@bjo6300 bjo6300 merged commit 2d58a6d into dev Oct 28, 2023
3 checks passed
@bjo6300 bjo6300 deleted the feat/#11 branch October 28, 2023 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 CI/CD CI/CD 작업 ⚙ Setting 개발 환경 세팅
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

chore: github actions로 CI를 세팅한다.
2 participants