Skip to content

fix/post-update-file-1: 게시글 파일 대체되도록 수정 #661

fix/post-update-file-1: 게시글 파일 대체되도록 수정

fix/post-update-file-1: 게시글 파일 대체되도록 수정 #661

Workflow file for this run

name: Unit test
on:
pull_request:
jobs:
test:
name: JUnit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Grant Permission
run: chmod +x gradlew
- name: Test
run: ./gradlew --info test