Skip to content

[CHORE] GitHub Actions 테스트 워크플로우 설정#2

Merged
Tnalxmsk merged 3 commits into
developfrom
chore/#1-setup-ci
Jun 13, 2026
Merged

[CHORE] GitHub Actions 테스트 워크플로우 설정#2
Tnalxmsk merged 3 commits into
developfrom
chore/#1-setup-ci

Conversation

@Tnalxmsk

Copy link
Copy Markdown
Member

작업 요약

GitHub Actions 기반 CI를 추가하고, PR/main push 시 Gradle 테스트가 자동 실행되도록 설정했습니다.

관련 이슈

변경 내용

  • GitHub Actions CI workflow 추가
    • pull_request
    • main push
  • Java 21 기반 CI 환경 설정
  • Gradle cache/action 설정
  • ./gradlew test 실행 단계 추가
  • gradlew 실행 권한 부여
  • 테스트 환경에서 사용할 test profile 추가
  • 테스트용 H2 in-memory datasource 설정
  • @SpringBootTesttest profile 적용

검증

  • ./gradlew test

영향 범위

  • API contract
  • DB schema/migration
  • Security/auth
  • Infra/config
  • Docs
  • 영향 없음

체크리스트

  • 민감 정보가 커밋되지 않았다.
  • 필요한 profile/env 설정이 문서화되어 있다.
  • 테스트를 추가하거나 기존 테스트 영향 여부를 확인했다.
  • breaking change가 있으면 본문에 명시했다.

@Tnalxmsk Tnalxmsk self-assigned this Jun 13, 2026
@Tnalxmsk Tnalxmsk added the CHORE This issue or pull request already exists label Jun 13, 2026
@Tnalxmsk Tnalxmsk merged commit eeea9e1 into develop Jun 13, 2026
1 check passed
@Tnalxmsk Tnalxmsk deleted the chore/#1-setup-ci branch June 14, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CHORE This issue or pull request already exists

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CHORE] GitHub Actions CI 설정

1 participant