Skip to content

Commit

Permalink
refactor(CI): Build with Gradle에서 빌드만 수행하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Oct 22, 2024
1 parent b3123f8 commit b9a5633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spring-boot-gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build -Dspring.profiles.active=test --info
run: ./gradlew build --info

- name: Check build status
run: |
Expand Down

0 comments on commit b9a5633

Please sign in to comment.