Skip to content

fix: CD 파일 수정 #155

fix: CD 파일 수정

fix: CD 파일 수정 #155

name: Java CI with Gradle
on:
workflow_dispatch:
pull_request:
branches: ["backend"]
permissions:
contents: read
jobs:
build:
runs-on: development
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
- name: Build with Gradle
run: ./gradlew build
working-directory: ./backend