Skip to content

[refac] 직접 쿼리 삭제 및 쿼리 개선 #205

[refac] 직접 쿼리 삭제 및 쿼리 개선

[refac] 직접 쿼리 삭제 및 쿼리 개선 #205

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_SECRET }}
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
- name: build with gradle
run: |
chmod +x gradlew
./gradlew clean build -x test