Skip to content

FIX : 사용자 이미지 부분 수정 #7

FIX : 사용자 이미지 부분 수정

FIX : 사용자 이미지 부분 수정 #7

Workflow file for this run

name: Java CI with Maven
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build and test with Maven
run: mvn --batch-mode package