Skip to content

Commit

Permalink
🐛 fix: maven 설정 gradle로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choiseoji authored Sep 13, 2024
1 parent 5df1c37 commit 6de125e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Build with Gradle
run: |
chmod +x ./mvnw
./mvnw clean package -Dtestskip
chmod +x ./gradlew
./gradlew clean build -x test
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 6de125e

Please sign in to comment.