Skip to content

add Gradle test workflow#2

Merged
cfcromn merged 2 commits into
developfrom
ci/1-gradle-test-workflow
Jul 6, 2026
Merged

add Gradle test workflow#2
cfcromn merged 2 commits into
developfrom
ci/1-gradle-test-workflow

Conversation

@cfcromn

@cfcromn cfcromn commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

작업 내용

  • GitHub Actions CI workflow 추가
  • JDK 21 + Gradle cache 설정
  • push / pull_request 시 ./gradlew test 실행
  • Bug/Todo issue template 추가
  • PR template 추가

검증

  • ./gradlew test

Close #1

@cfcromn cfcromn changed the title ci: add Gradle test workflow add Gradle test workflow Jul 6, 2026
@cfcromn cfcromn requested a review from hej090224 July 6, 2026 03:09
@cfcromn cfcromn self-assigned this Jul 6, 2026
@cfcromn cfcromn added ⚙ Setting 환경 세팅 1️⃣ Priority: High 우선순위 - 상 labels Jul 6, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request introduces GitHub issue templates for bugs and tasks, along with a pull request template. The review feedback correctly identifies critical schema issues in the YAML templates, such as missing required 'id' fields for 'textarea' inputs and the need to format the 'labels' field as an array to avoid parsing errors. Additionally, it suggests adding a placeholder for the issue number in the pull request template to improve clarity.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .github/ISSUE_TEMPLATE/bug.yml
Comment thread .github/ISSUE_TEMPLATE/todo.yml
Comment thread .github/ISSUE_TEMPLATE/bug.yml Outdated
Comment thread .github/ISSUE_TEMPLATE/todo.yml Outdated
Comment thread .github/PULL_REQUEST_TEMPLATE.md Outdated
@cfcromn cfcromn merged commit 8a0c4b2 into develop Jul 6, 2026
2 checks passed
@cfcromn cfcromn deleted the ci/1-gradle-test-workflow branch July 6, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1️⃣ Priority: High 우선순위 - 상 ⚙ Setting 환경 세팅

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add Gradle test workflow

1 participant