Skip to content

[FIX #144] 이미지 업로드 로직 수정 #113

[FIX #144] 이미지 업로드 로직 수정

[FIX #144] 이미지 업로드 로직 수정 #113

Workflow file for this run

name: develop branch PR build
on:
pull_request:
branches: [ "develop" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
with:
arguments: clean build -x test