Skip to content

PET-35 feat : CD 설정 변경 #8

PET-35 feat : CD 설정 변경

PET-35 feat : CD 설정 변경 #8

Workflow file for this run

name: CI
on:
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
- name: Grant Execute Permission For Gradlew
run: chmod +x gradlew
- name: Build With Gradle
run: ./gradlew build