Skip to content

Commit

Permalink
Merge pull request #66 from KTB16Team/develop
Browse files Browse the repository at this point in the history
[fix] github actions 스크립트에 ./gradlew clean build 추가
  • Loading branch information
mng990 authored Nov 12, 2024
2 parents eb22fe8 + 9709391 commit 01cd9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Gradle 빌드 및 테스트 실행 (로컬 컨테이너의 MySQL 사용)
- name: Build and Test with Gradle
run: ./gradlew build -Dspring.profiles.active=local
run: ./gradlew clean build -Dspring.profiles.active=local
working-directory: ${{ secrets.WORKING_DIRECTORY }}
env:
SPRING_DATASOURCE_URL: jdbc:mysql://localhost:3306/aimo
Expand Down

0 comments on commit 01cd9c4

Please sign in to comment.