Skip to content

[fix] 좋아요 동시성 이슈 해결 #269

[fix] 좋아요 동시성 이슈 해결

[fix] 좋아요 동시성 이슈 해결 #269

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