Skip to content

[fix] S3 multipart 이미지 관련 수정 #74

[fix] S3 multipart 이미지 관련 수정

[fix] S3 multipart 이미지 관련 수정 #74

Workflow file for this run

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