Skip to content

#339 엔티티 ID strategy AUTO -> IDENTITY 및 데이터 변경으로 인한 실행오류 수정 #12

#339 엔티티 ID strategy AUTO -> IDENTITY 및 데이터 변경으로 인한 실행오류 수정

#339 엔티티 ID strategy AUTO -> IDENTITY 및 데이터 변경으로 인한 실행오류 수정 #12

Workflow file for this run

name: build
on:
pull_request:
branches: [ "develop" ]
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
shell: bash
- name: Build and Test
run: ./gradlew build -x test