Skip to content

계층 간 인터페이스 추가 및 유스케이스 분리 완료 #85

계층 간 인터페이스 추가 및 유스케이스 분리 완료

계층 간 인터페이스 추가 및 유스케이스 분리 완료 #85

name: Spring Boot Gradle CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/[email protected]
with:
java-version: '21'
distribution: 'adopt'
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build